Update .github/workflows/.github-ci.yaml

This commit is contained in:
richardrobertreitz 2025-02-07 19:55:06 +00:00
parent 23384c5e75
commit c08b715e4a

View file

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