Skip to content

Commit bd462d3

Browse files
author
Oleg
committed
Remove check for master branch
1 parent 2bd10c6 commit bd462d3

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
@@ -134,7 +134,7 @@ jobs:
134134
needs: [build, meta]
135135
runs-on: ubuntu-latest
136136

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

139139
permissions:
140140
contents: write

0 commit comments

Comments
 (0)