Skip to content

Commit

Permalink
ci: more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cskiwi committed Mar 6, 2024
1 parent bebc957 commit 683817b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
NEW_VERSION: ${{ steps.create_release.outputs.new_version }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Merge development -> main
uses: devmasx/merge-branch@master
if: github.ref == 'refs/heads/main'
Expand All @@ -42,6 +40,10 @@ jobs:
message: 'chore(merge): merge develop into main'
github_token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: set SHAs
run: |
# run code only on main branch
Expand Down

0 comments on commit 683817b

Please sign in to comment.