We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b672873 commit 72fbe99Copy full SHA for 72fbe99
.github/workflows/build.yml
@@ -1,5 +1,11 @@
1
name: Build
2
-on: [push, pull_request]
+on:
3
+ pull_request:
4
+ branches:
5
+ - main
6
+ push:
7
8
9
10
jobs:
11
build:
.github/workflows/test.yml
name: Test
test:
0 commit comments