2023-03-15 14:06:55 +01:00
|
|
|
name: Discourse Plugin
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
pull_request:
|
2023-04-28 16:15:48 +02:00
|
|
|
schedule:
|
|
|
|
- cron: "0 0 * * *"
|
2023-03-15 14:06:55 +01:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
ci:
|
|
|
|
uses: discourse/.github/.github/workflows/discourse-plugin.yml@v1
|