Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit b59f089

Browse files
committed
Changed if conditional branch for release testing
1 parent 2554081 commit b59f089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
publish:
9-
if: github.ref == 'refs/heads/main'
9+
if: github.ref == 'refs/heads/fix-publish'
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@master

0 commit comments

Comments
 (0)