Skip to content

Commit

Permalink
Allow testing feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 21, 2022
1 parent db24ea0 commit 5025905
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/workflow.yml
Expand Up @@ -4,8 +4,6 @@ on:
branches:
- main
push:
branches:
- main
create:
tags:
- '*'
Expand Down Expand Up @@ -66,7 +64,7 @@ jobs:
pypi-release:
needs: test-extension
runs-on: ubuntu-latest
if: contains(github.ref, 'refs/tags/') && github.repository_owner == 'wpilibsuite'
if: contains(github.ref, 'refs/tags/') && github.repository_owner == 'wpilibsuite'
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 5025905

Please sign in to comment.