Skip to content

Commit

Permalink
CI: Only build pushes to 7.4-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Jan 7, 2025
1 parent dba9b4a commit 229364f
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.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:
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.4-stable
pull_request:

jobs:
Expand Down

0 comments on commit 229364f

Please sign in to comment.