Skip to content

Commit

Permalink
Pull in changes to build workflow from skeleton-generic to support co…
Browse files Browse the repository at this point in the history
…rrect workflow if someone forks and does a pull request.
  • Loading branch information
mcdonnnj committed Jan 27, 2020
1 parent 945a733 commit aaef908
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
name: build

on: [push]
on: [
push,
pull_request
]

env:
PIP_CACHE_DIR: ~/.cache/pip
Expand Down

0 comments on commit aaef908

Please sign in to comment.