Merge pull request #603 from phette23/phette23-readme #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .github/workflows/moodle-release.yml | |
name: Releasing in the Plugins directory | |
on: | |
push: | |
branches: | |
- MOODLE_310_STABLE | |
paths: | |
- 'version.php' | |
jobs: | |
release: | |
uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-310-plus-release.yml@main | |
with: | |
plugin_name: tool_objectfs | |
secrets: | |
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }} |