We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d93ea5 commit ab30c56Copy full SHA for ab30c56
.github/workflows/minify.yml
@@ -1,5 +1,8 @@
1
name: Auto-minify
2
-on: [push]
+on:
3
+ push:
4
+ branches:
5
+ - main
6
jobs:
7
Minify:
8
runs-on: ubuntu-latest
@@ -15,5 +18,5 @@ jobs:
15
18
- name: Auto committing minified files
16
19
uses: stefanzweifel/git-auto-commit-action@v4
17
20
with:
- commit_message: "Github Action: Auto Minified JS and CSS files"
21
+ commit_message: "Auto Minified JS and CSS files"
22
branch: ${{ github.ref }}
0 commit comments