From 61cf35baccedd34a8a1d31a2e54bc65405eb1cc5 Mon Sep 17 00:00:00 2001 From: Faizaan Gagan Date: Tue, 19 Oct 2021 09:15:45 +0530 Subject: [PATCH] IMPROVE: run metadata workflow on push as well --- .github/workflows/plugin-metadata.yml | 3 +-- plugin.rb | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/plugin-metadata.yml b/.github/workflows/plugin-metadata.yml index c5e3caff..530254ef 100644 --- a/.github/workflows/plugin-metadata.yml +++ b/.github/workflows/plugin-metadata.yml @@ -1,7 +1,6 @@ name: Metadata -on: - pull_request: +on: [pull_request, push] jobs: build: diff --git a/plugin.rb b/plugin.rb index 10fed93b..da28bd3e 100644 --- a/plugin.rb +++ b/plugin.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # name: discourse-custom-wizard # about: Create custom wizards -# version: 1.15.1 +# version: 1.15.2 # authors: Angus McLeod # url: https://github.com/paviliondev/discourse-custom-wizard # contact emails: angus@thepavilion.io