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 ca454d9 commit 096d7d7Copy full SHA for 096d7d7
1 file changed
.github/workflows/unit-tests.yml
@@ -1,7 +1,10 @@
1
name: Unit Tests
2
3
on:
4
- - pull_request
+ pull_request:
5
+ push:
6
+ branches:
7
+ - main
8
9
jobs:
10
test:
0 commit comments