Update image-minimizer.yml
This commit is contained in:
parent
d192e25c1f
commit
70737b6fd4
1 changed files with 4 additions and 3 deletions
7
.github/workflows/image-minimizer.yml
vendored
7
.github/workflows/image-minimizer.yml
vendored
|
|
@ -1,3 +1,6 @@
|
||||||
|
# This workflow has write permissions on the repo
|
||||||
|
# It MUST NOT check out a PR and run untrusted code
|
||||||
|
|
||||||
name: Image Minimizer
|
name: Image Minimizer
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
@ -5,7 +8,7 @@ on:
|
||||||
types: [created, edited]
|
types: [created, edited]
|
||||||
issues:
|
issues:
|
||||||
types: [opened, edited]
|
types: [opened, edited]
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types: [opened, edited]
|
types: [opened, edited]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
@ -19,8 +22,6 @@ jobs:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue