Skip to content

Commit bb6c314

Browse files
authored
Merge pull request #4 from OneFineDev/feat/refactor
ci: fix trigger
2 parents 4f565b5 + 84e6aa0 commit bb6c314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
release:
15-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
15+
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
1616
runs-on: ubuntu-latest
1717
permissions:
1818
contents: write

0 commit comments

Comments
 (0)