We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6edeaca commit d263757Copy full SHA for d263757
.github/workflows/unit-tests.yml
@@ -2,7 +2,8 @@ name: Unit tests
2
3
on:
4
pull_request:
5
- push: [master, stable]
+ push:
6
+ branches: [master, stable]
7
8
jobs:
9
style:
0 commit comments