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