Skip to content

Commit 3247d54

Browse files
authored
Merge pull request #67 from Panda3DS-emu/ci-on-pr
Run CI on pull requests and allow dispatching CI workflows manually
2 parents 6f20ca2 + 5adc1e4 commit 3247d54

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33

44
name: build
55

6-
on: push
6+
on:
7+
push:
8+
pull_request:
9+
workflow_dispatch:
710

811
permissions:
912
contents: read

0 commit comments

Comments
 (0)