Skip to content

Commit

Permalink
Merge pull request #314 from Zemnmez/version-pipelining
Browse files Browse the repository at this point in the history
Another try :'(
  • Loading branch information
Zemnmez authored Jun 6, 2022
2 parents 72fddc9 + 194b1f2 commit cc7b622
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Merge with versioned
run: git merge origin/versioned
- name: Checkout versioned branch
run: git switch versioned
- name: Merge with main
run: git merge main
- name: Open PR to 'versioned' branch
run: gh pr create -f
env:
Expand Down

0 comments on commit cc7b622

Please sign in to comment.