Skip to content

Commit 7fbd9cd

Browse files
committed
Moodle release workflow - pass startegy as inputs
1 parent a3ae22d commit 7fbd9cd

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/workflows/moodle-release.yml

+10-7
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,19 @@
44
#
55
name: master - Releasing in the Plugins directory
66

7-
on:
8-
push:
9-
branches:
10-
- master
11-
paths:
12-
- 'version.php'
7+
# on:
8+
# push:
9+
# branches:
10+
# - master
11+
# paths:
12+
# - 'version.php'
13+
14+
15+
on: [push, pull_request]
1316

1417
jobs:
1518
workflow_group_35_to_39_release:
16-
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
1720
with:
1821
plugin_name: search_elastic
1922
extra_plugin_runners: 'moodle-plugin-ci add-plugin catalyst/moodle-local_aws'

0 commit comments

Comments
 (0)