mirror of
https://ghfast.top/https://github.com/discourse/docker_manager.git
synced 2026-07-15 11:36:28 +08:00
This plugin is important so we want to ensure that the tests pass against the `stable` branch too.
16 lines
279 B
YAML
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
|