Skip to content

Commit a8e35d0

Browse files
authored
Merge pull request #29 from cisagov/improvement/better-handle-prs-from-forked-repos
Make workflow run when a PR is opened, synchronized, or reopened
2 parents 09afdf3 + dbd589d commit a8e35d0

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,7 +1,10 @@
11
---
22
name: build
33

4-
on: [push]
4+
on: [
5+
push,
6+
pull_request
7+
]
58

69
jobs:
710
build:

0 commit comments

Comments
 (0)