We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0c993 commit 9f03b0fCopy full SHA for 9f03b0f
.github/workflows/autoupdate_develop.yaml
@@ -1,24 +1,19 @@
1
name: Merge master into develop
2
3
on:
4
- pull_request:
+ push:
5
branches:
6
- master
7
- types:
8
- - closed
9
10
permissions:
11
contents: write
12
13
jobs:
14
merge-master-back-to-develop:
15
- if: github.event.pull_request.merged == true
16
timeout-minutes: 5
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v4
20
- with:
21
- token: ${{ secrets.REPO_PUSH_TOKEN }}
22
- name: Merge master back to develop
23
run: |
24
git config --local user.email "[email protected]"
0 commit comments