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.
2 parents 2a90f54 + dd2a0f1 commit 26a83a6Copy full SHA for 26a83a6
.github/workflows/test.yml
@@ -1,5 +1,8 @@
1
name: Run unit tests
2
-on: [push, pull_request]
+on:
3
+ pull_request:
4
+ push:
5
+ branches: [main]
6
jobs:
7
test:
8
name: Build and Test
0 commit comments