Skip to content

Commit 03707f0

Browse files
authored
Only run auto package themes on pushes to the main branch
1 parent 0b17c8d commit 03707f0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/auto-pack-themes.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ concurrency:
77

88
on:
99
push:
10+
branches:
11+
- main
1012
paths-ignore:
1113
- '*.7z'
1214
- '.*'
@@ -84,3 +86,4 @@ jobs:
8486
git add PackedThemes/*.7z
8587
git commit -m "Update theme packages" || echo "No changes to commit"
8688
git push
89+

0 commit comments

Comments
 (0)