From 243f4547d2693fc8a581560776acdd4c0b773e6b Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Sun, 1 Sep 2024 11:51:09 -0400 Subject: [PATCH] ADd to push --- .github/workflows/out_in.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/out_in.yaml b/.github/workflows/out_in.yaml index 12690a8..0298726 100644 --- a/.github/workflows/out_in.yaml +++ b/.github/workflows/out_in.yaml @@ -1,13 +1,7 @@ name: out_in_puts on: - workflow_call: - inputs: - title: - required: true - type: string - body: - required: true - type: string + push: + branches: [master] jobs: create_issue_on_failure: runs_on: ubuntu-latest