Skip to content

Commit

Permalink
CI: allow build on all branches (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrparolek committed Jun 18, 2021
1 parent 2b15e79 commit 0c58033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Expand Up @@ -6,7 +6,7 @@ on:
- ".docs/**"
push:
branches:
- "master"
- "*"
schedule:
- cron: "0 8 * * 1" # At 08:00 on Monday

Expand Down

0 comments on commit 0c58033

Please sign in to comment.