Skip to content

Commit 1bb8351

Browse files
committed
Run the two extra workflows on the PR branch for testing.
1 parent 0c5d2dc commit 1bb8351

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test-install.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- develop
88
- release/*
99
- dm/*
10+
- misc/dependency-management # TODO: REMOVE AFTER TESTING
1011
paths:
1112
- 'setup.*'
1213
- 'environment.yml'

.github/workflows/update-requirements.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branch:
66
- release/*
7+
- misc/dependency-management # TODO: REMOVE AFTER TESTING
78
paths:
89
- 'setup.json'
910
- '.github/workflows/update-requirements.yml'

0 commit comments

Comments
 (0)