This commit is contained in:
parent
c08b715e4a
commit
9cca37f0cd
1 changed files with 2 additions and 9 deletions
11
.github/workflows/.github-ci.yaml
vendored
11
.github/workflows/.github-ci.yaml
vendored
|
@ -1,13 +1,6 @@
|
||||||
name: ci
|
name: ci
|
||||||
|
|
||||||
on:
|
on: push
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
- development
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
|
@ -41,4 +34,4 @@ jobs:
|
||||||
${{ steps.repository.outputs.registry }}=${{ github.repository }}:${{ secrets.PACKAGES_TOKEN }}
|
${{ steps.repository.outputs.registry }}=${{ github.repository }}:${{ secrets.PACKAGES_TOKEN }}
|
||||||
destinations: |
|
destinations: |
|
||||||
${{ steps.docker.outputs.tags }}
|
${{ steps.docker.outputs.tags }}
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: true
|
||||||
|
|
Loading…
Reference in a new issue