docker_manager/.github/workflows/discourse-plugin.yml
Alan Guo Xiang Tan 26e2516ea3
DEV: Add ci-stable job (#270)
This plugin is important so we want to ensure that the tests pass
against the `stable` branch too.
2025-04-23 11:03:57 +08:00

16 lines
279 B
YAML

name: Discourse Plugin
on:
push:
branches:
- main
pull_request:
jobs:
ci:
uses: discourse/.github/.github/workflows/discourse-plugin.yml@v1
ci-stable:
uses: discourse/.github/.github/workflows/discourse-plugin.yml@v1
with:
core_ref: stable