Skip to content

Commit

Permalink
CI: Trigger checks/release on release-v* branches (#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfldde authored Dec 6, 2024
1 parent 12236d2 commit 946c8ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ on:
merge_group:
types: ["checks_requested"]
push:
branches: ["nightly", "devnet-freeze", "main"]
branches: ["nightly", "devnet-freeze", "release-v*"]
pull_request:
branches: ["nightly", "devnet-freeze", "main"]
branches: ["nightly", "devnet-freeze", "release-v*"]
types: [opened, synchronize, reopened, ready_for_review]

run-name: ${{ inputs.custom_name || github.event.pull_request.title || github.sha }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- "v*.*.*"
branches:
- "release-v*"

jobs:
validate_DA_ID_format:
Expand Down

0 comments on commit 946c8ba

Please sign in to comment.