File tree Expand file tree Collapse file tree 1 file changed +1
-24
lines changed
Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Original file line number Diff line number Diff line change 11name : Build / Publish Workflow
22
33on :
4- push :
5- branches :
6- - ' master'
7- - ' release/*'
8- paths-ignore :
9- - ' .github/**'
4+ workflow_dispatch :
105
116permissions :
127 id-token : write
@@ -41,28 +36,10 @@ jobs:
4136 echo "No bump commit detected."
4237 fi
4338
44- build-only :
45- name : Build (no publish)
46- runs-on : ubuntu-latest
47- needs : detect-bump
48- if : needs.detect-bump.outputs.is_bump != 'true'
49- steps :
50- - name : Checkout
51- uses : actions/checkout@v4
52- with :
53- fetch-depth : 0
54-
55- - name : Build and Test
56- uses : ./.github/action/build
57-
58- - name : Done
59- run : echo "Regular commit detected — build and test completed."
60-
6139 create-release-branch-and-publish :
6240 name : Create release branch (CalVer) and Publish
6341 runs-on : ubuntu-latest
6442 needs : detect-bump
65- if : needs.detect-bump.outputs.is_bump == 'true' && github.ref == 'refs/heads/master'
6643 permissions :
6744 id-token : write
6845 contents : write
You can’t perform that action at this time.
0 commit comments