Skip to content

Commit ab44d47

Browse files
committed
Allow testing feature branches
1 parent 3a2db85 commit ab44d47

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/workflow.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
branches:
55
- main
66
push:
7-
branches:
8-
- main
97
create:
108
tags:
119
- '*'
@@ -66,7 +64,7 @@ jobs:
6664
pypi-release:
6765
needs: test-extension
6866
runs-on: ubuntu-latest
69-
if: contains(github.ref, 'refs/tags/') && github.repository_owner == 'wpilibsuite'
67+
if: contains(github.ref, 'refs/tags/') && github.repository_owner == 'wpilibsuite'
7068
steps:
7169
- uses: actions/checkout@v2
7270
with:

0 commit comments

Comments
 (0)