Skip to content

Commit

Permalink
Run CI on backport
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Aug 31, 2024
1 parent 1dff30a commit 9bce17e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
pull_request:
branches:
- "release"
- "release/*"
- "backport-release/*"
types:
- opened
- synchronize
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ on:
- opened
- synchronize

push:
branches:
- "backport/*"

jobs:
check:
name: "Checks"
Expand Down

0 comments on commit 9bce17e

Please sign in to comment.