Skip to content

Commit 7531757

Browse files
authored
Fix ci workflow syntax (#74)
* Fix ci workflow syntax * Update workflow.yml
1 parent cba0938 commit 7531757

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
branches:
55
- main
66
push:
7+
branches:
8+
- main
79
create:
810
tags:
911
- '*'
@@ -116,7 +118,7 @@ jobs:
116118
make html
117119
118120
pypi-release:
119-
needs: test-extension
121+
needs: test
120122
runs-on: ubuntu-latest
121123
if: contains(github.ref, 'refs/tags/') && github.repository_owner == 'wpilibsuite'
122124
steps:

0 commit comments

Comments
 (0)