Skip to content

Commit 0e85f65

Browse files
authored
Build on PRs (#6)
1 parent 20463b5 commit 0e85f65

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Test and Deploy
22
on:
3+
pull_request:
4+
branches:
5+
- master
36
push:
47
branches:
58
- master
@@ -31,7 +34,7 @@ jobs:
3134
pypi-release:
3235
needs: test-extension
3336
runs-on: ubuntu-latest
34-
if: contains(github.ref, 'refs/tags/')
37+
if: contains(github.ref, 'refs/tags/') && github.repository_owner == 'wpilibsuite'
3538
steps:
3639
- uses: actions/checkout@v2
3740
with:

0 commit comments

Comments
 (0)