diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1af62a0..953d797 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,9 +2,9 @@ name: Code Quality on: push: - branches: [ main, copilot/* ] + branches: [ main, master, copilot/* ] pull_request: - branches: [ main ] + branches: [ main, master ] jobs: lint: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 141c378..dd229a1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,9 +2,9 @@ name: Tests on: push: - branches: [ main, copilot/* ] + branches: [ main, master, copilot/* ] pull_request: - branches: [ main ] + branches: [ main, master ] jobs: test: