diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a0763e..982e42a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,11 +1,11 @@ name: Python package on: - workflow_call: # allows the action to be triggered remotely - inputs: - caller_branch: - required: true - type: string + # workflow_call: # allows the action to be triggered remotely + # inputs: + # caller_branch: + # required: true + # type: string push: paths-ignore: - "**.md"