Comment out conditional
This commit is contained in:
parent
8a3a818f4c
commit
4878d5e9aa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
js_engine: 'uglify-js'
|
||||
- name: Commit Distribution Files
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
if: ${{ github.event_name == 'release' }}
|
||||
#if: ${{ github.event_name == 'release' }}
|
||||
with:
|
||||
repository: 'dist'
|
||||
commit_message: "Github Action: JS Distribution files"
|
||||
|
|
|
|||
Loading…
Reference in a new issue