mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-07-02 04:16:19 +00:00
Disabling MegaLinter workflow on the primary project branch until further configuration can be made to get things into a passing state.
This commit is contained in:
2
.github/workflows/mega-linter.yml
vendored
2
.github/workflows/mega-linter.yml
vendored
@ -6,6 +6,8 @@ name: MegaLinter
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- "main"
|
||||
- "master"
|
||||
- "dependabot/**"
|
||||
|
||||
env: # Comment env block if you do not want to apply fixes
|
||||
|
Reference in New Issue
Block a user