Skip to content

Commit 3356ecf

Browse files
authored
Merge pull request #33 from cisagov/improvement/pull_build_workflow_change_from_upstream
Pull in build Workflow Changes from Upstream
2 parents 945a733 + aaef908 commit 3356ecf

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
env:
710
PIP_CACHE_DIR: ~/.cache/pip

0 commit comments

Comments
 (0)