Skip to content

Commit

Permalink
(#47) Changed branch pattern to recognize all branch names containing…
Browse files Browse the repository at this point in the history
… / => therefore exluding master and develop
  • Loading branch information
svettwer committed Jul 27, 2020
1 parent a0faa44 commit 77e7cb6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ name: build
on:
push:
branches:
- 'fix/**'
- 'bugfix/**'
- 'feature/**'
- 'enhancement/**'
- '*/**' # All branches except develop and master

jobs:
build:
Expand Down

0 comments on commit 77e7cb6

Please sign in to comment.