Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianPi authored Mar 31, 2020
1 parent d36f3eb commit ce97d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: R-CMD-check
# events but only for the master branch
on:
push:
branches: [ master ]
branches: [ master, devel]
pull_request:
branches: [ master ]
branches: [ master, devel]
schedule:
- cron: '0 1 * * *'

Expand Down

0 comments on commit ce97d62

Please sign in to comment.