Skip to content

Commit

Permalink
Execute the CI workflows on the 3.7.x release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
henning-gerhardt committed Aug 22, 2024
1 parent 707a0e2 commit 19b1d20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ name: "CodeQL"
on:
push:
pull_request:
branches: [ master ]
branches:
- 3.7.x

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ name: CI

# Controls when the action will run.
on:
# Triggers the workflow on push and pull request events but only for pull_requests on the master branch
# Triggers the workflow on push and pull request events but only for pull_requests on the 3.7.x release branch
push:
pull_request:
branches: [ master ]
branches:
- 3.7.x

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 19b1d20

Please sign in to comment.