Skip to content

Commit

Permalink
Run the two extra workflows on the PR branch for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
csadorf committed Mar 9, 2020
1 parent 0c5d2dc commit 1bb8351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- develop
- release/*
- dm/*
- misc/dependency-management # TODO: REMOVE AFTER TESTING
paths:
- 'setup.*'
- 'environment.yml'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branch:
- release/*
- misc/dependency-management # TODO: REMOVE AFTER TESTING
paths:
- 'setup.json'
- '.github/workflows/update-requirements.yml'
Expand Down

0 comments on commit 1bb8351

Please sign in to comment.