diff --git a/.github/workflows/TheAnswer.Myget.yml b/.github/workflows/TheAnswer.Myget.yml index 3e70266..5c8815a 100644 --- a/.github/workflows/TheAnswer.Myget.yml +++ b/.github/workflows/TheAnswer.Myget.yml @@ -1,13 +1,16 @@ name: WrapThat.TheAnswer.Myget on: - workflow_dispatch: - inputs: - logLevel: - description: 'Log level' - required: true - default: 'warning' - tags: - description: 'Test scenario tags' + push: + branches: + - main + workflow_dispatch: + inputs: + logLevel: + description: 'Log level' + required: true + default: 'warning' + tags: + description: 'Test scenario tags' defaults: run: shell: pwsh