mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-02-12 14:35:01 +00:00
12 lines
162 B
YAML
12 lines
162 B
YAML
|
name: Discourse Plugin
|
||
|
|
||
|
on:
|
||
|
push:
|
||
|
branches:
|
||
|
- main
|
||
|
pull_request:
|
||
|
|
||
|
jobs:
|
||
|
ci:
|
||
|
uses: discourse/.github/.github/workflows/discourse-plugin.yml@v1
|