Skip to content

Commit 09fcf69

Browse files
Merge pull request #31 from merschformann/merschformann/build-workflow-on-pr
Allows running build workflow on external PRs
2 parents aaa1486 + 09aed7c commit 09fcf69

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,5 +1,8 @@
11
name: build
2-
on: [push]
2+
on:
3+
push:
4+
pull_request:
5+
types: [opened, synchronize, reopened, ready_for_review]
36

47
jobs:
58
build:

0 commit comments

Comments
 (0)