We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcbba97 commit 75d5f99Copy full SHA for 75d5f99
.github/workflows/unit_tests.yml
@@ -1,7 +1,9 @@
1
name: UnitTests
2
on:
3
+ push:
4
+ branches: [ "main" ]
5
pull_request:
- push: { branches: master }
6
7
8
jobs:
9
test:
0 commit comments