mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-07-09 23:41:44 +00:00
Fix Docker Workflow Validator only running on main repo activity.
This worked fine when the PR originated in the main repo but did not for external PRs and this workflow is safe for external due to no secrets access.
This commit is contained in:
@@ -13,6 +13,10 @@ on:
|
||||
- "github-actions/**"
|
||||
schedule:
|
||||
- cron: "20 20 * * *"
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- "dependabot/**"
|
||||
- "github-actions/**"
|
||||
merge_group:
|
||||
branches: [main]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user