Skip to content

Commit

Permalink
actions on change of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Mar 10, 2021
1 parent 932bdf8 commit 57a8b87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- 'R/*.R'
- 'vignettes/*.Rmd'
- '.github/workflows/*.yml'
branches:
- master
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/code_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
paths:
- 'R/*.R'
- 'vignettes/*.Rmd'
- '.github/workflows/*.yml'
branches:
- master
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/revdep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- 'R/*.R'
- 'vignettes/*.Rmd'
- '.github/workflows/*.yml'
branches:
- master
pull_request:
Expand Down

0 comments on commit 57a8b87

Please sign in to comment.