mirror of
https://github.com/langgenius/dify.git
synced 2026-01-14 06:07:33 +08:00
Restrict autofix workflow to main branch (#24581)
This commit is contained in:
parent
d4dba373cb
commit
249e9a10a1
1
.github/workflows/autofix.yml
vendored
1
.github/workflows/autofix.yml
vendored
@ -2,6 +2,7 @@ name: autofix.ci
|
||||
on:
|
||||
workflow_call:
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
permissions:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user