Vmeda.Online/.github/workflows/merge.yml

21 lines
385 B
YAML
Raw Permalink Normal View History

name: Merge
2021-05-10 14:11:01 +00:00
on:
push:
branches: [ main, v*.x ]
2021-05-10 14:11:01 +00:00
jobs:
2023-03-23 11:56:11 +00:00
merge:
2021-05-10 14:11:01 +00:00
if: github.repository == 'moodlemobile/moodleapp'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
2021-05-10 14:11:01 +00:00
with:
persist-credentials: false
fetch-depth: 0
- name: Prepare builds
env:
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
run: ./.github/scripts/merge.sh