Skip to content

Commit

Permalink
github action for build-and-test | change feature branch regex
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwizard242 committed Dec 19, 2020
1 parent 273d764 commit b84c9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'master'
push:
branches:
- 'feature_*'
- 'feature*'
- 'master'
schedule:
- cron: '0 2 * * *'
Expand Down

0 comments on commit b84c9fd

Please sign in to comment.