Skip to content

Commit

Permalink
[repo] Add builds for 4.01 and 4.02
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed May 30, 2023
1 parent 740ed4f commit 10e9037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-apidocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Generate API docs and publish to Github Pages

env:
BRANCHLIST: "MOODLE_311_STABLE MOODLE_400_STABLE master"
VERSIONLIST: "3.11 4.00 master"
BRANCHLIST: "MOODLE_311_STABLE MOODLE_400_STABLE MOODLE_401_STABLE MOODLE_402_STABLE master"
VERSIONLIST: "3.11 4.00 4.01 4.02 master"

on:
schedule:
Expand Down

0 comments on commit 10e9037

Please sign in to comment.