chore: allow issue trigger for audit fixes

This commit is contained in:
Aaron Liang
2026-07-14 21:38:05 +08:00
parent 5688ce42e7
commit c7ca076712
+3 -3
View File
@@ -1,18 +1,18 @@
name: Temporary audit fixes name: Temporary audit fixes
on: on:
workflow_dispatch:
push: push:
branches: [main] branches: [main]
workflow_dispatch:
issues: issues:
types: [edited] types: [edited, opened, reopened]
permissions: permissions:
contents: write contents: write
jobs: jobs:
apply: apply:
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event.issue.number == 7 if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' || github.event.issue.number == 7
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4