Skip to content

Commit

Permalink
add prerelease branched to merge workflow (#5388) (#5420)
Browse files Browse the repository at this point in the history
Backport #5388 to the prerelease/2024.09 branch.

Co-authored-by: Jon Vanausdeln <jonv@live.com>
  • Loading branch information
sharon-wang and jonvanausdeln authored Nov 19, 2024
1 parent 32fdbf0 commit 16d19d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- 'prerelease/**'
workflow_call:
inputs:
smoketest_target:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/positron-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
positron-ci:
uses: ./.github/workflows/positron-merge-to-main.yml
uses: ./.github/workflows/positron-merge-to-branch.yml
secrets: inherit
with:
smoketest_target: smoketest-pr

0 comments on commit 16d19d0

Please sign in to comment.