Skip to content

Commit

Permalink
Remove development branch from codeQL and coverage workflows (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
italo-sampaio authored Feb 18, 2025
1 parent 0ef40c5 commit 39c3761
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ "master", "develop-5.2", "develop-5.4" ]
branches: [ "master" ]
pull_request:
branches: [ "master", "develop-5.2", "develop-5.4" ]
branches: [ "master" ]
schedule:
- cron: "39 5 * * 1"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Code coverage"

on:
push:
branches: [ "master", "develop-5.2", "develop-5.4" ]
branches: [ "master" ]

# Declare default permissions as read only.
permissions: read-all
Expand Down

0 comments on commit 39c3761

Please sign in to comment.