diff --git a/.github/workflows/build_push_preview.yml b/.github/workflows/build_push_preview.yml index 84c7243ea1..8d9c4d05f5 100644 --- a/.github/workflows/build_push_preview.yml +++ b/.github/workflows/build_push_preview.yml @@ -4,16 +4,16 @@ on: # Dispatch or Manual triggers workflow_dispatch: - push: - branches: - - master - # - develop - paths: - - '**' - - '!**.md' - - '!.github/**' - - '.github/scripts/**' - - '.github/workflows/**' +# push: +# branches: +# - master +# # - develop +# paths: +# - '**' +# - '!**.md' +# - '!.github/**' +# - '.github/scripts/**' +# - '.github/workflows/**' concurrency: group: ${{ github.workflow }}-${{ github.ref }}