We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3d05e commit cd799f7Copy full SHA for cd799f7
.github/workflows/main.yml
@@ -1,5 +1,9 @@
1
name: main
2
-on: [push, pull_request]
+on:
3
+ pull_request:
4
+ push:
5
+ branches:
6
+ - master
7
jobs:
8
test:
9
runs-on: ubuntu-latest
0 commit comments