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 47427d9 commit b3953b4Copy full SHA for b3953b4
.github/workflows/build.yml
@@ -1,6 +1,9 @@
1
name: Build
2
3
-on: [ push ]
+on:
4
+ push:
5
+ pull_request:
6
+ workflow_dispatch:
7
8
concurrency:
9
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
0 commit comments