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" ]