We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9e629 commit a8dcee8Copy full SHA for a8dcee8
1 file changed
.github/workflows/main.yml
@@ -1,4 +1,3 @@
1
-# .github/workflows/bump-version.yml
2
name: Auto Bump Version
3
4
on:
@@ -15,6 +14,7 @@ permissions:
15
14
16
jobs:
17
bump:
+ if: contains(github.head_ref, 'frontend')
18
runs-on: ubuntu-latest
19
20
steps:
@@ -34,7 +34,6 @@ jobs:
34
working-directory: MyMusicClientSveltePwa
35
run: npm version patch --no-git-tag-version
36
37
- # Optional: Commit version bump to the PR branch (not to main)
38
- name: Commit version bump to PR branch
39
40
run: |
0 commit comments