Skip to content

Commit

Permalink
(#47) specified branch pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
svettwer committed Jul 27, 2020
1 parent 84ed5b4 commit a0faa44
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: build

on:
push:
branches: *
branches:
- 'fix/**'
- 'bugfix/**'
- 'feature/**'
- 'enhancement/**'

jobs:
build:
Expand Down

0 comments on commit a0faa44

Please sign in to comment.