Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
#
2
# Whenever version.php is changed, add the latest version
3
# to the Moodle Plugins directory at https://moodle.org/plugins
4
#
5
name: Releasing in the Plugins directory
6
 
7
on:
8
  push:
9
    branches:
10
      - MOODLE_400_STABLE
11
    paths:
12
      - 'version.php'
13
 
14
jobs:
15
  workflow_group_40_plus_release:
16
    uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-40-plus-release.yml@main
17
    with:
18
      plugin_name: report_allbackups
19
      disable_phpunit: true
20
    secrets:
21
      moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}