Skip to content

Commit aaef908

Browse files
committed
Pull in changes to build workflow from skeleton-generic to support correct workflow if someone forks and does a pull request.
1 parent 945a733 commit aaef908

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)