Skip to content

Commit 25784b8

Browse files
committed
chore: remove merges to dev branches
1 parent b5c1fac commit 25784b8

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

.github/workflows/pushMain.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,7 @@ on:
1111
branches:
1212
- main
1313
jobs:
14-
merge-main-to-dev-branches:
15-
runs-on: ubuntu-latest
16-
env:
17-
GITHUB_TOKEN: ${{ secrets.PAT }}
18-
19-
steps:
20-
- name: Checkout code
21-
id: checkout
22-
uses: actions/checkout@v5
23-
24-
- name: Merge main into alpha
25-
uses: ./.github/actions/merge-branch
26-
with:
27-
github-token: ${{ env.GITHUB_TOKEN }}
28-
source-branch: main
29-
target-branch: alpha
30-
31-
- name: Merge main into beta
32-
uses: ./.github/actions/merge-branch
33-
with:
34-
github-token: ${{ env.GITHUB_TOKEN }}
35-
source-branch: main
36-
target-branch: beta
37-
3814
semantic-release:
39-
needs: merge-main-to-dev-branches
4015
runs-on: ubuntu-latest
4116
env:
4217
GITHUB_TOKEN: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)