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 b35aa3f commit a43ddf0Copy full SHA for a43ddf0
.github/workflows/pushMain.yml
@@ -11,30 +11,6 @@ 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@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
33
34
35
36
- target-branch: beta
37
38
semantic-release:
39
runs-on: ubuntu-latest
40
env:
0 commit comments