Skip to content

Commit e4d4ee1

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

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
@@ -66,7 +66,6 @@ jobs:
6666
needs: [test, is-unpublished]
6767
if: >
6868
github.event_name == 'push' &&
69-
github.ref == 'refs/heads/main' &&
7069
needs.is-unpublished.outputs.should_publish == 'true' &&
7170
startsWith(github.ref, 'refs/tags/v')
7271
uses: ./.github/workflows/publish.yaml

0 commit comments

Comments
 (0)