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