From d1b9bd44baa3f630b653d60fcc7c1ef31f3bffb7 Mon Sep 17 00:00:00 2001 From: Aaron Liang <76561968+AaronL725@users.noreply.github.com> Date: Tue, 14 Jul 2026 21:27:53 +0800 Subject: [PATCH] chore: trigger temporary audit fixes on push --- .github/workflows/temp-audit-fixes.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/temp-audit-fixes.yml b/.github/workflows/temp-audit-fixes.yml index 08820ff..18a164f 100644 --- a/.github/workflows/temp-audit-fixes.yml +++ b/.github/workflows/temp-audit-fixes.yml @@ -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