Skip to content

Commit d18939f

Browse files
. (#93)
1 parent c4730ee commit d18939f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
publish:
2727
runs-on: ubuntu-latest
2828
if: ${{ github.ref == 'refs/heads/master' }}
29-
needs: [build]
29+
needs: [build-and-test]
3030
steps:
3131
- uses: actions/checkout@v2
3232
- name: copy env

0 commit comments

Comments
 (0)