Skip to content

Commit

Permalink
putting workflows on main
Browse files Browse the repository at this point in the history
  • Loading branch information
bknueven committed Feb 19, 2021
1 parent 614ba40 commit 8fdab7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/egret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
# but only for the master branch
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
# nightly tests at 8:00 UTC
schedule:
- cron: '0 8 * * *'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prescient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
# but only for the master branch
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
workflow_dispatch:
types: run-test

Expand Down

0 comments on commit 8fdab7f

Please sign in to comment.