diff --git a/.github/workflows/check-lint.yml b/.github/workflows/check-lint.yml index 7cb58390..e751ca51 100644 --- a/.github/workflows/check-lint.yml +++ b/.github/workflows/check-lint.yml @@ -3,7 +3,7 @@ name: Linting on: push: - branches: [ "master", "stable" ] + branches: [ "master", "dev" ] paths: [ ".github/workflows/check-lint.yml", "src/**.py", @@ -13,7 +13,7 @@ on: ] pull_request: - branches: [ "master", "stable" ] + branches: [ "master", "dev" ] paths: [ ".github/workflows/check-lint.yml", "src/**.py", diff --git a/.github/workflows/check-test.yml b/.github/workflows/check-test.yml index c4cc20b4..317bf108 100644 --- a/.github/workflows/check-test.yml +++ b/.github/workflows/check-test.yml @@ -3,7 +3,7 @@ name: Testing on: push: - branches: [ "master", "stable" ] + branches: [ "master", "dev" ] paths: [ ".github/workflows/check-test.yml", "src/**.py", @@ -13,7 +13,7 @@ on: ] pull_request: - branches: [ "master", "stable" ] + branches: [ "master", "dev" ] paths: [ ".github/workflows/check-test.yml", "src/**.py", diff --git a/.github/workflows/check-type.yml b/.github/workflows/check-type.yml index b491e414..31a673fb 100644 --- a/.github/workflows/check-type.yml +++ b/.github/workflows/check-type.yml @@ -3,7 +3,7 @@ name: Typing on: push: - branches: [ "master", "stable" ] + branches: [ "master", "dev" ] paths: [ ".github/workflows/check-type.yml", "src/**.py", @@ -14,7 +14,7 @@ on: ] pull_request: - branches: [ "master", "stable" ] + branches: [ "master", "dev" ] paths: [ ".github/workflows/check-type.yml", "src/**.py",