diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30a4584..f43b2cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,12 +5,12 @@ on: branches: [develop] paths-ignore: - 'README.md' - - '.github/**' +# - '.github/**' pull_request: branches: [develop] paths-ignore: - 'README.md' - - '.github/**' +# - '.github/**' jobs: build-and-push: @@ -67,4 +67,4 @@ jobs: build-args: | ${{steps.version_step.outputs.version}} docker.savin.nyc/${{ github.event.repository.name }}:latest - docker.savin.nyc/${{ github.event.repository.name }}:${{ env.RELEASE_VERSION }} \ No newline at end of file + docker.savin.nyc/${{ github.event.repository.name }}:${{ env.RELEASE_VERSION }}