We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160029b commit 04b5f39Copy full SHA for 04b5f39
1 file changed
.github/workflows/build-on-pull-request.yml
@@ -1,7 +1,7 @@
1
name: build and test on pull request
2
-on:
3
- pull_request:
4
- branches: [main]
+on: push
+# pull_request:
+# branches: [main]
5
jobs:
6
build:
7
runs-on: ubuntu-latest
0 commit comments