chore: trigger temporary audit fixes on push
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
name: Temporary audit fixes
|
name: Temporary audit fixes
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
issues:
|
issues:
|
||||||
types: [edited]
|
types: [edited]
|
||||||
@@ -10,7 +12,7 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
apply:
|
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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user