Restrict autofix workflow to main branch (#24581)
This commit is contained in:
1
.github/workflows/autofix.yml
vendored
1
.github/workflows/autofix.yml
vendored
@@ -2,6 +2,7 @@ name: autofix.ci
|
|||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches: [ "main" ]
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
permissions:
|
permissions:
|
||||||
|
Reference in New Issue
Block a user