Skip to content

Commit 08dac0b

Browse files
authoredSep 3, 2022
Update quality-check.yaml
trigger test on pull requests to develop
1 parent 50855c2 commit 08dac0b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎.github/workflows/quality-check.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414

1515
name: Tests
1616

17-
on: [push]
17+
on:
18+
push:
19+
pull_request:
20+
branches:
21+
- develop
1822

1923
jobs:
2024
test:

0 commit comments

Comments
 (0)
Please sign in to comment.