chore: trigger temporary audit fixes on push

This commit is contained in:
Aaron Liang
2026-07-14 21:27:53 +08:00
parent a48c2bf491
commit d1b9bd44ba
+3 -1
View File
@@ -1,6 +1,8 @@
name: Temporary audit fixes
on:
push:
branches: [main]
workflow_dispatch:
issues:
types: [edited]
@@ -10,7 +12,7 @@ permissions:
jobs:
apply:
if: github.event_name == 'workflow_dispatch' || github.event.issue.number == 7
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event.issue.number == 7
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4