Skip to content

Commit

Permalink
CI: Only build pushes to 7.3-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Jan 7, 2025
1 parent cd577e0 commit be4cab2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/brakeman-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ concurrency:

on:
push:
branches: [main]
branches:
- 7.3-stable
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
schedule:
- cron: "40 4 * * 2"
branches:
- 7.3-stable

jobs:
brakeman-scan:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ concurrency:
on:
push:
branches:
- main
- 7.1-stable
- 7.0-stable
- 6.1-stable
- 7.3-stable
pull_request:

jobs:
Expand Down

0 comments on commit be4cab2

Please sign in to comment.