From fecfb586b4010108dcd6636bc2984c2d4a0ce0a2 Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Mon, 13 Feb 2023 13:36:11 +0100 Subject: [PATCH] DEV: Add the plugin CI workflow --- .github/workflows/discourse-plugin.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/discourse-plugin.yml diff --git a/.github/workflows/discourse-plugin.yml b/.github/workflows/discourse-plugin.yml new file mode 100644 index 0000000..f5cf62e --- /dev/null +++ b/.github/workflows/discourse-plugin.yml @@ -0,0 +1,11 @@ +name: Discourse Plugin + +on: + push: + branches: + - main + pull_request: + +jobs: + ci: + uses: discourse/.github/.github/workflows/discourse-plugin.yml@v1