Skip to content

Commit

Permalink
Trigger GitHub Actions on all branches for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Mar 22, 2021
1 parent e40adb7 commit 725192e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
pull_request:
branches:
- master
- '*'
schedule:
- cron: "0 2 * * 1-5" # run on weekdays at 2:00am UTC

Expand Down

0 comments on commit 725192e

Please sign in to comment.