Skip to content

Commit 33b12da

Browse files
committed
Refactor GitHub Actions workflow to trigger continuous tests on tagged releases
1 parent e4d4ee1 commit 33b12da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
call-publish:
6666
needs: [test, is-unpublished]
6767
if: >
68-
github.event_name == 'push' &&
6968
needs.is-unpublished.outputs.should_publish == 'true' &&
7069
startsWith(github.ref, 'refs/tags/v')
7170
uses: ./.github/workflows/publish.yaml

0 commit comments

Comments
 (0)