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 committed Dec 6, 2024
1 parent bedae8d commit c717e46
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 @@ -48,9 +48,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*"

env:
EXPECTED_BITCOIN_DA_ID: ${{ vars.EXPECTED_BITCOIN_DA_ID }}
Expand Down

0 comments on commit c717e46

Please sign in to comment.