Skip to content

Commit

Permalink
Limit pipeline to branches
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Aug 10, 2024
1 parent 992473e commit 6135d3f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on:
- release/*
- hotfix/*
pull_request:
- master
- v4
- release/*
- hotfix/*
branches:
- master
- v4
- release/*
- hotfix/*
workflow_dispatch:

jobs:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on:
- release/*
- hotfix/*
pull_request:
- master
- v4
- release/*
- hotfix/*
branches:
- master
- v4
- release/*
- hotfix/*
workflow_dispatch:

jobs:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on:
- release/*
- hotfix/*
pull_request:
- master
- v4
- release/*
- hotfix/*
branches:
- master
- v4
- release/*
- hotfix/*
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 6135d3f

Please sign in to comment.