Skip to content

Commit f1d9262

Browse files
ci: run release always after ci
1 parent 324759b commit f1d9262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
branches: [master]
77
types:
88
- completed
9+
workflow_dispatch:
910

1011
jobs:
1112
semantic-release:
1213
name: 📦🚀 Semantic Release
13-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repository

0 commit comments

Comments
 (0)