Skip to content

Commit

Permalink
Execute the CI workflow 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 585aa61
Showing 1 changed file with 3 additions and 2 deletions.
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 585aa61

Please sign in to comment.