Skip to content

Commit a43ddf0

Browse files
committed
chore: do not merge main to dev branches
1 parent b35aa3f commit a43ddf0

File tree

2 files changed

+13
-229
lines changed

2 files changed

+13
-229
lines changed

.github/workflows/pushMain.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,6 @@ 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@v6
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:
3915
runs-on: ubuntu-latest
4016
env:

0 commit comments

Comments
 (0)