We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ae22d commit 7fbd9cdCopy full SHA for 7fbd9cd
.github/workflows/moodle-release.yml
@@ -4,16 +4,19 @@
4
#
5
name: master - Releasing in the Plugins directory
6
7
-on:
8
- push:
9
- branches:
10
- - master
11
- paths:
12
- - 'version.php'
+# on:
+# push:
+# branches:
+# - master
+# paths:
+# - 'version.php'
13
+
14
15
+on: [push, pull_request]
16
17
jobs:
18
workflow_group_35_to_39_release:
- uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-35-to-39-release.yml@main
19
+ uses: catalyst/catalyst-moodle-workflows/.github/workflows/moodle-39-release.yml@main
20
with:
21
plugin_name: search_elastic
22
extra_plugin_runners: 'moodle-plugin-ci add-plugin catalyst/moodle-local_aws'
0 commit comments