diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index f4b80436..2b49c965 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -13,10 +13,10 @@ name: "analysis" on: push: - branches: [ v1 ] + branches: [ master, v1, v2 ] pull_request: # The branches below must be a subset of the branches above - branches: [ v1 ] + branches: [ master, v1, v2 ] schedule: - cron: '18 19 * * 6' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3117dc8d..7a359033 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: test on: push: - branches: [ v1 ] + branches: [ master, v1, v2 ] pull_request: - branches: [ v1 ] + branches: [ master, v1, v2 ] jobs: