Skip to content

Commit 307bcb7

Browse files
authored
Update main.yml
1 parent 61f9926 commit 307bcb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: bash <(curl -s https://codecov.io/bash)
3434

3535
release:
36-
if: github.event_name == 'release' && github.ref == 'refs/heads/master'
36+
if: github.event_name == 'release'
3737
runs-on: ubuntu-latest
3838
needs: build
3939
steps:

0 commit comments

Comments
 (0)