Skip to content

Commit

Permalink
fix: run autofix.ci on pull requests only
Browse files Browse the repository at this point in the history
  • Loading branch information
sabify committed Nov 12, 2024
1 parent d4044cd commit 7fc6bc8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: autofix.ci
on:
workflow_call:
pull_request:
push:
branches: ["main"]
# Running this workflow on main branch pushes requires write permission to apply changes.
# Leave it alone for future uses.
# push:
# branches: ["main"]
permissions:
contents: read
concurrency:
Expand Down

0 comments on commit 7fc6bc8

Please sign in to comment.