Skip to content

Commit ff3189f

Browse files
committed
create experimental branch first
1 parent 72222c7 commit ff3189f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/experimental-pr.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
ref: ${{ github.event.pull_request.head.ref }}
20+
fetch-depth: 0
21+
22+
- name: Create/Update the experimental branch from main
23+
run: git push -f origin main:refs/heads/experimental
2024

2125
- name: Create PR to experimental
2226
env:

0 commit comments

Comments
 (0)