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.
1 parent 673f30a commit 5431d76Copy full SHA for 5431d76
.github/workflows/build.yaml
@@ -1,6 +1,8 @@
1
name: Build
2
3
-on: push
+on:
4
+- push
5
+- pull_request
6
7
concurrency:
8
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments