run ci on every branch

This commit is contained in:
Stephan Dilly 2020-03-30 19:07:08 +02:00
parent 6d8b9c3fb6
commit 7bfa374ddf

View file

@ -4,7 +4,7 @@ on:
schedule:
- cron: '0 2 * * *' # run at 2 AM UTC
push:
branches: [ master ]
branches: [ '*' ]
pull_request:
branches: [ master ]