Update commit.yaml
Browse files
.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
|
|
|
3 |
on:
|
4 |
push:
|
5 |
branches:
|
6 |
+
- 'main'
|
7 |
|
8 |
permissions:
|
9 |
contents: write
|