Skip to content

Commit

Permalink
create experimental branch first
Browse files Browse the repository at this point in the history
  • Loading branch information
tatomyr committed Jan 21, 2025
1 parent 72222c7 commit ff3189f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/experimental-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0

- name: Create/Update the experimental branch from main
run: git push -f origin main:refs/heads/experimental

- name: Create PR to experimental
env:
Expand Down

0 comments on commit ff3189f

Please sign in to comment.