File tree Expand file tree Collapse file tree 2 files changed +5
-23
lines changed Expand file tree Collapse file tree 2 files changed +5
-23
lines changed Original file line number Diff line number Diff line change 1
1
name : Release commit
2
- # Temporarily disabled - uncomment to re-enable
3
2
on :
4
- # release:
5
- # types: [published]
6
- # Dummy trigger to prevent workflow from running,
7
- # To re-enable the workflow, simply uncomment the release trigger section and remove the workflow_dispatch section
8
- workflow_dispatch :
9
- inputs :
10
- dummy :
11
- description : ' Dummy input to prevent automatic triggering'
12
- required : false
13
- default : ' disabled'
3
+ release :
4
+ types : [published]
14
5
15
6
env :
16
7
PR_BRANCH_NAME : release-${{ github.event.release.tag_name }}
Original file line number Diff line number Diff line change 1
1
name : Release publish NPM / container image
2
- # Temporarily disabled - uncomment to re-enable
3
2
on :
4
- # push:
5
- # branches:
6
- # - release
7
- # Dummy trigger to prevent workflow from running
8
- # To re-enable the workflow, simply uncomment the push trigger section and remove the workflow_dispatch section
9
- workflow_dispatch :
10
- inputs :
11
- dummy :
12
- description : ' Dummy input to prevent automatic triggering'
13
- required : false
14
- default : ' disabled'
3
+ push :
4
+ branches :
5
+ - release
15
6
16
7
jobs :
17
8
final-check-before-release :
You can’t perform that action at this time.
0 commit comments