From 9cca37f0cdcd2e49a6ed60c8d691833fee5536bb Mon Sep 17 00:00:00 2001 From: richardrobertreitz Date: Tue, 18 Feb 2025 18:53:32 +0000 Subject: [PATCH] Update .github/workflows/.github-ci.yaml --- .github/workflows/.github-ci.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/.github-ci.yaml b/.github/workflows/.github-ci.yaml index bf5ef74..7304c5d 100644 --- a/.github/workflows/.github-ci.yaml +++ b/.github/workflows/.github-ci.yaml @@ -1,13 +1,6 @@ name: ci -on: - pull_request: - branches: - - main - - development - push: - branches: - - main +on: push jobs: docker: @@ -41,4 +34,4 @@ jobs: ${{ steps.repository.outputs.registry }}=${{ github.repository }}:${{ secrets.PACKAGES_TOKEN }} destinations: | ${{ steps.docker.outputs.tags }} - push: ${{ github.event_name != 'pull_request' }} + push: true