Skip to content

Commit 941908f

Browse files
authored
Merge pull request #26 from VectorInstitute/update_workflow
Add CI check for PRs submitted to develop branch
2 parents dd31d33 + 4100fcc commit 941908f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/code_checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- develop
78
paths:
89
- .pre-commit-config.yaml
910
- .github/workflows/code_checks.yml
@@ -14,6 +15,7 @@ on:
1415
pull_request:
1516
branches:
1617
- main
18+
- develop
1719
paths:
1820
- .pre-commit-config.yaml
1921
- .github/workflows/code_checks.yml

0 commit comments

Comments
 (0)