Skip to content

Commit

Permalink
test: changed by default main instead of
Browse files Browse the repository at this point in the history
changed main branch for installation of the MT filter instead of stable
  • Loading branch information
dadalid-at-wiris authored Sep 10, 2024
1 parent a8c3f81 commit ece853c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ jobs:
continue-on-error: true
run: |
moodle-plugin-ci add-plugin --branch ${{ env.BRANCH_NAME }} wiris/moodle-filter_wiris
- name: Add MathType filter plugin using the stable branch
- name: Add MathType filter plugin using the main branch
if: steps.install-plugin-filter.outcome != 'success'
run: |
moodle-plugin-ci add-plugin --branch stable wiris/moodle-filter_wiris
moodle-plugin-ci add-plugin --branch main wiris/moodle-filter_wiris
# 3.2 Install Atto plugin ( Not used )

Expand Down

0 comments on commit ece853c

Please sign in to comment.