diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 574ab22..0533b7e 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -90,7 +90,7 @@ jobs: needs: [docker_build_push] permissions: contents: write - if: github.ref_name == 'main' || github.ref.name == 'add-frontend' + if: github.ref_name == 'main' container: image: python:3.7-stretch steps: