Skip to content

Commit aa50712

Browse files
committed
ci: Update release workflow to support manual dispatch trigger
- Replace branch-based trigger with `workflow_dispatch`. - Simplifies triggering releases manually when needed.
1 parent f08e4c0 commit aa50712

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Release
22

33
on:
4-
push:
5-
branches:
6-
- master
4+
workflow_dispatch:
75

86
env:
97
NX_BRANCH: ${{ github.event.number }}

0 commit comments

Comments
 (0)