Update .github/workflows/.github-ci.yaml
Some checks failed
ci / docker (push) Has been cancelled

This commit is contained in:
richardrobertreitz 2025-02-18 18:53:32 +00:00
parent c08b715e4a
commit 9cca37f0cd

View file

@ -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