Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-15 14:22:53 +01:00
IMPROVE: run metadata workflow on push as well
Dieser Commit ist enthalten in:
Ursprung
69153a7379
Commit
61cf35bacc
2 geänderte Dateien mit 2 neuen und 3 gelöschten Zeilen
3
.github/workflows/plugin-metadata.yml
gevendort
3
.github/workflows/plugin-metadata.yml
gevendort
|
@ -1,7 +1,6 @@
|
||||||
name: Metadata
|
name: Metadata
|
||||||
|
|
||||||
on:
|
on: [pull_request, push]
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
# name: discourse-custom-wizard
|
# name: discourse-custom-wizard
|
||||||
# about: Create custom wizards
|
# about: Create custom wizards
|
||||||
# version: 1.15.1
|
# version: 1.15.2
|
||||||
# authors: Angus McLeod
|
# authors: Angus McLeod
|
||||||
# url: https://github.com/paviliondev/discourse-custom-wizard
|
# url: https://github.com/paviliondev/discourse-custom-wizard
|
||||||
# contact emails: angus@thepavilion.io
|
# contact emails: angus@thepavilion.io
|
||||||
|
|
Laden …
In neuem Issue referenzieren