Skip to content

Commit

Permalink
Merge pull request #174 from catalyst/168-add-ci-and-update-support-b…
Browse files Browse the repository at this point in the history
…ranches-for-35

Add reusable workflow ci and update support branches
  • Loading branch information
dmitriim authored Mar 11, 2022
2 parents ef86c7e + 6a07b83 commit 205db78
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 161 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# .github/workflows/ci.yml
name: ci

on: [push, pull_request]

jobs:
test:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-35-to-310-ci.yml@main
with:
disable_behat: true
144 changes: 0 additions & 144 deletions .github/workflows/master.yml

This file was deleted.

25 changes: 8 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Build Status](https://github.com/catalyst/moodle-tool_trigger/actions/workflows/master.yml/badge.svg?branch=master)
![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/catalyst/moodle-tool_trigger/ci/MOODLE_35_STABLE)

# Event Trigger

Expand All @@ -12,30 +12,21 @@ Each workflow is made up of a series of *steps*. Steps can be things like:

The plugin is designed to be extensible and contributions are welcome to extend the available actions.

More configuration documentation can be found at the following link:
More configuration documentation can be found at the following link:

* https://github.com/catalyst/moodle-tool_trigger/wiki

More Information on Moodle events can be found in the Moodle documentation at the following link:

* https://docs.moodle.org/dev/Event_2

## Supported Moodle Versions
This plugin currently supports Moodle:

* 3.5
* 3.8
* 3.9
* 3.10
* 3.11

## Branches ##
The following maps the plugin version to use depending on your Moodle version.

| Moodle verion | Branch |
| ------------------ | ----------- |
| Moodle 3.5 to 3.10 | master |
| Moodle 3.11+ | MOODLE_311 |
| Moodle verion | Branch |
| ------------------ | ------------------ |
| Moodle 3.5 to 3.10 | MOODLE_35_STABLE |
| Moodle 3.11+ | MOODLE_311_STABLE |

## Moodle Plugin Installation
The following sections outline how to install the Moodle plugin.
Expand All @@ -55,7 +46,7 @@ To install the plugin in Moodle via the Moodle User Interface:
3. Install plugin from Moodle Plugin directory or via zip upload.

## Plugin Setup
Plugin setup and configuration documentation can be found at the following link:
Plugin setup and configuration documentation can be found at the following link:

* https://github.com/catalyst/moodle-tool_trigger/wiki

Expand All @@ -74,7 +65,7 @@ https://www.catalyst-au.net/

# Contributing and Support

Issues, and pull requests using github are welcome and encouraged!
Issues, and pull requests using github are welcome and encouraged!

https://github.com/catalyst/moodle-tool_trigger/issues

Expand Down

0 comments on commit 205db78

Please sign in to comment.