Fix default branch in actions configurations

This commit is contained in:
Lawrence, Rendall
2022-04-12 18:13:34 +03:00
parent c1956d68f6
commit 1e5330ea7e
2 changed files with 2 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ on:
push:
branches:
- "!dependabot/*"
- "main"
- "master"
pull_request:
branches: [ "*" ]
jobs: