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 20, 2022
1 parent 3a2db85 commit ab44d47
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 ab44d47

Please sign in to comment.