Updated MegaLinter workflow to ignore dev branch as well.

This commit is contained in:
Matt Scott 2023-03-10 17:08:06 -05:00
parent 863b0a021d
commit ff2b532c29

View File

@ -6,6 +6,7 @@ name: MegaLinter
on: on:
push: push:
branches-ignore: branches-ignore:
- "dev"
- "main" - "main"
- "master" - "master"
- "dependabot/**" - "dependabot/**"