diff --git a/.github/workflows/brakeman-analysis.yml b/.github/workflows/brakeman-analysis.yml index 51e7b0bb0f..e4e7e46b2f 100644 --- a/.github/workflows/brakeman-analysis.yml +++ b/.github/workflows/brakeman-analysis.yml @@ -9,12 +9,12 @@ concurrency: on: push: - branches: [main] + branches: + - 7.4-stable pull_request: # The branches below must be a subset of the branches above - branches: [main] - schedule: - - cron: "40 4 * * 2" + branches: + - 7.4-stable jobs: brakeman-scan: diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 08738e670b..d5cc7516c5 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -7,10 +7,7 @@ concurrency: on: push: branches: - - main - - 7.1-stable - - 7.0-stable - - 6.1-stable + - 7.4-stable pull_request: jobs: