Skip to content

Commit

Permalink
Merge pull request #6308 from slub/enable_ci_on_3.8.x_release_branch
Browse files Browse the repository at this point in the history
[3.8] Enable CI on 3.8.x release branch
  • Loading branch information
solth authored Nov 18, 2024
2 parents 8faef1c + d2bb65a commit 79d8f87
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.8.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.8.x release branch
push:
pull_request:
branches: [ master ]
branches:
- 3.8.x

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

0 comments on commit 79d8f87

Please sign in to comment.