GitHub Actions commited on
Commit
bf1f75d
·
2 Parent(s): ec782c1 0da11b2

Merge remote-tracking branch 'origin/feature/fix-merge' into develop

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-cd.yml +1 -1
.github/workflows/ci-cd.yml CHANGED
@@ -65,7 +65,7 @@ jobs:
65
  merge-to-main:
66
  needs: merge-to-develop
67
  runs-on: ubuntu-latest
68
- if: github.ref == 'refs/heads/develop'
69
  steps:
70
  - name: Checkout Repository
71
  uses: actions/checkout@v3
 
65
  merge-to-main:
66
  needs: merge-to-develop
67
  runs-on: ubuntu-latest
68
+ if: success()
69
  steps:
70
  - name: Checkout Repository
71
  uses: actions/checkout@v3