Skip to content

Commit

Permalink
Merge pull request #348 from zdohnal/ci-v1.4.x
Browse files Browse the repository at this point in the history
Enable CI for PR to branch v1.4.x
  • Loading branch information
michaelrsweet authored Mar 17, 2024
2 parents cf6c821 + 8a5387b commit 78d1ee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ master, v1.4.x ]
pull_request:
branches: [ master ]
branches: [ master, v1.4.x ]
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
branches: [ master, v1.4.x ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ master, v1.4.x ]
schedule:
- cron: '39 11 * * 3'

Expand Down

0 comments on commit 78d1ee4

Please sign in to comment.