Skip to content

Commit f16757a

Browse files
committed
github actions fix publish inline condidional
1 parent afeeb60 commit f16757a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build-test-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: docker rm builder
6464

6565
publish:
66-
if: github.event_name == 'tag' || (github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev')) ||
66+
if: github.event_name == 'tag' || (github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'))
6767
needs:
6868
- build-test
6969
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)