Skip to content

Commit b3953b4

Browse files
committed
enable triggering the build on pull requests or manually
1 parent 47427d9 commit b3953b4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Build
22

3-
on: [ push ]
3+
on:
4+
push:
5+
pull_request:
6+
workflow_dispatch:
47

58
concurrency:
69
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'

0 commit comments

Comments
 (0)