Skip to content

Commit

Permalink
Edit autozip criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
Coopydood committed Apr 26, 2024
1 parent 0bffd7a commit 1fc457b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/autozip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: AutoZip

on:
workflow_dispatch:
release:
types: [published]
push:
paths-ignore:
- "packaged/**"

jobs:
zip-files:
Expand Down Expand Up @@ -160,4 +161,4 @@ jobs:

# Arguments for the git push --tags command (any additional argument will be added after --tags)
# Default: ''
tag_push: ''
tag_push: ''

0 comments on commit 1fc457b

Please sign in to comment.