Skip to content

Commit b333a48

Browse files
author
Oleg
committed
Remove check for master branch
1 parent 550260a commit b333a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
needs: [build, meta]
131131
runs-on: ubuntu-latest
132132

133-
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && needs.build.outputs.current-version != needs.meta.outputs.latest-version
133+
if: github.event_name == 'push' && needs.build.outputs.current-version != needs.meta.outputs.latest-version
134134

135135
permissions:
136136
contents: write

0 commit comments

Comments
 (0)