diff --git a/.github/workflows/catalyst-ci b/.github/workflows/catalyst-ci new file mode 100644 index 00000000..bbde3183 --- /dev/null +++ b/.github/workflows/catalyst-ci @@ -0,0 +1,15 @@ +# .github/workflows/ci.yml +name: catalyst-ci + +on: + push: + pull_request: + schedule: + - cron: '0 0 1 * *' # Runs every month to see if a new version of Moodle was released + +jobs: + ci: + uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main + # Required if you plan to publish (uncomment the below) + # secrets: + # moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}