Skip to content

Commit

Permalink
partial-test flow support all branches except master/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
eric2788 committed Oct 22, 2024
1 parent 9354e9e commit 6b992a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/partial-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Test Only @scoped
on:
push:
branches:
- 'hotfix/**'
- 'feature/**'
- 'bugfix/**'
- '*/*'
- '!master'
- '!develop'
paths:
- 'src/**'
- 'tests/**'
Expand Down

0 comments on commit 6b992a0

Please sign in to comment.