diff --git a/.github/workflows/.github-ci.yaml b/.github/workflows/.github-ci.yaml index 23b767e..bf5ef74 100644 --- a/.github/workflows/.github-ci.yaml +++ b/.github/workflows/.github-ci.yaml @@ -1,13 +1,13 @@ name: ci on: - # Start workflow on every push - #push: - # Start workflow on pull requests on specific branches pull_request: branches: - main - development + push: + branches: + - main jobs: docker: @@ -41,7 +41,4 @@ jobs: ${{ steps.repository.outputs.registry }}=${{ github.repository }}:${{ secrets.PACKAGES_TOKEN }} destinations: | ${{ steps.docker.outputs.tags }} - # Fine grained control of pushing based on event name - #push: ${{ github.event_name != 'pull_request' }} - # Always push - push: 'true' + push: ${{ github.event_name != 'pull_request' }}