Skip to content

Commit

Permalink
Fix ci workflow syntax (#74)
Browse files Browse the repository at this point in the history
* Fix ci workflow syntax

* Update workflow.yml
  • Loading branch information
TheTripleV committed Oct 22, 2022
1 parent cba0938 commit 7531757
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- main
push:
branches:
- main
create:
tags:
- '*'
Expand Down Expand Up @@ -116,7 +118,7 @@ jobs:
make html
pypi-release:
needs: test-extension
needs: test
runs-on: ubuntu-latest
if: contains(github.ref, 'refs/tags/') && github.repository_owner == 'wpilibsuite'
steps:
Expand Down

0 comments on commit 7531757

Please sign in to comment.