LlamaFinetuneGGUF commited on
Commit
253e37f
·
unverified ·
1 Parent(s): 4d9ecbe

Update commit.yaml

Browse files

now runs on all branches for auto update to work correctly

Files changed (1) hide show
  1. .github/workflows/commit.yaml +2 -2
.github/workflows/commit.yaml CHANGED
@@ -3,7 +3,7 @@ name: Update Commit Hash File
3
  on:
4
  push:
5
  branches:
6
- - main
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