Skip to content

Commit

Permalink
trigger github actions if install.R gets changed
Browse files Browse the repository at this point in the history
  • Loading branch information
rwegener2 committed May 16, 2024
1 parent 5f30a7e commit 57adeeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- 'conda-linux-64.lock'
- 'environment.yml'
- 'install.R'
- 'Dockerfile'
# Trigger rebuilds if the build process changes
- '.github/workflows/build.yaml'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- 'environment.yml'
- 'install.R'
# Trigger rebuilds if the test process changes
- '.github/workflows/test.yaml'

Expand Down

0 comments on commit 57adeeb

Please sign in to comment.