Update commit.yaml
Browse filesnow runs on all branches for auto update to work correctly
.github/workflows/commit.yaml
CHANGED
@@ -3,7 +3,7 @@ name: Update Commit Hash File
|
|
3 |
on:
|
4 |
push:
|
5 |
branches:
|
6 |
-
-
|
7 |
|
8 |
permissions:
|
9 |
contents: write
|
@@ -33,4 +33,4 @@ jobs:
|
|
33 |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
34 |
git add app/commit.json
|
35 |
git commit -m "chore: update commit hash to $COMMIT_HASH on branch $BRANCH_NAME"
|
36 |
-
git push
|
|
|
3 |
on:
|
4 |
push:
|
5 |
branches:
|
6 |
+
- '**'
|
7 |
|
8 |
permissions:
|
9 |
contents: write
|
|
|
33 |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
34 |
git add app/commit.json
|
35 |
git commit -m "chore: update commit hash to $COMMIT_HASH on branch $BRANCH_NAME"
|
36 |
+
git push
|