Minor Style changes an changing the ci branch to test against main #811
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
name: Moodle Plugin CI | |
######################################################################################################################## | |
on: [ push, pull_request ] | |
######################################################################################################################## | |
jobs: | |
call-moodle-ci-workflow: | |
uses: Opencast-Moodle/moodle-workflows-opencast/.github/workflows/moodle-ci.yml@update/m404 | |
with: | |
requires-tool-plugin: true | |
requires-mod-plugin: true | |
branch-tool-plugin: master | |
branch-mod-plugin: master |