Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-08 19:38:00 +01:00
13 Zeilen
198 B
YAML
13 Zeilen
198 B
YAML
name: Discourse Plugin
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
schedule:
|
|
- cron: "0 0 * * *"
|
|
|
|
jobs:
|
|
ci:
|
|
uses: discourse/.github/.github/workflows/discourse-plugin.yml@v1
|