Skip to content

Commit

Permalink
Update CI branch patterns to specific GitFlow branches
Browse files Browse the repository at this point in the history
  • Loading branch information
ovejabu committed Jun 27, 2024
1 parent 9a26cc3 commit 8745e7d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ name: 'Continuous Integration'
on:
push:
branches:
- '*'
- 'feature/*'
- 'hotfix/*'
- 'release/*'
- 'develop'
- 'main'
pull_request:
branches:
- '*'
- 'develop'
- 'main'

jobs:
test:
Expand Down

0 comments on commit 8745e7d

Please sign in to comment.