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 <6567634+sampoyigi@users.noreply.github.com>
  • Loading branch information
sampoyigi committed Aug 10, 2024
1 parent f4912d8 commit a272a04
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 a272a04

Please sign in to comment.