1
0
Fork 0
mirror of https://github.com/TwiN/gatus.git synced 2024-12-14 11:58:04 +00:00

chore(ci): Remove redundant input

Since we now get to pick from what branch to execute the workflow, it is no longer necessary to have a branch input.
This commit is contained in:
TwiN 2022-08-11 20:27:48 -04:00
parent 0713ca1c1a
commit 4865d12147

View file

@ -1,11 +1,5 @@
name: publish-experimental
on:
workflow_dispatch:
inputs:
ref:
description: "Branch, tag or SHA to checkout"
required: true
default: "experimental"
on: [workflow_dispatch]
jobs:
publish-experimental:
name: publish-experimental