We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c1fac commit 25784b8Copy full SHA for 25784b8
1 file changed
.github/workflows/pushMain.yml
@@ -11,32 +11,7 @@ on:
11
branches:
12
- main
13
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
33
34
35
36
- target-branch: beta
37
38
semantic-release:
39
- needs: merge-main-to-dev-branches
40
runs-on: ubuntu-latest
41
env:
42
GITHUB_TOKEN: ${{ secrets.PAT }}
0 commit comments