Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: Fix optimize_icons workflow error on PRs #1718

Closed
wants to merge 14 commits into from
3 changes: 2 additions & 1 deletion .github/workflows/optimize_icons.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Optimize icons
on:
- pull_request
- pull_request_target
- workflow_dispatch
permissions: write-all

jobs:
Expand Down