From 8c879b31c2e7043325e273594ae09ecc9471a060 Mon Sep 17 00:00:00 2001 From: xuu Date: Sat, 30 Sep 2023 19:57:17 -0600 Subject: [PATCH] build: test workflow dispatch --- .gitea/workflows/bump.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/bump.yml b/.gitea/workflows/bump.yml index d8b2053..820fb3f 100644 --- a/.gitea/workflows/bump.yml +++ b/.gitea/workflows/bump.yml @@ -1,14 +1,14 @@ name: Go Bump on: - workflow_dispatch: - inputs: - NAME: - description: "A random input name for the workflow" - type: string - SOME_VALUE: - description: "Some other input to pass" - type: string + # workflow_dispatch: + # inputs: + # NAME: + # description: "A random input name for the workflow" + # type: string + # SOME_VALUE: + # description: "Some other input to pass" + # type: string push: branches: [ "main" ]