mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-08 17:51:20 +02:00
Update push-docker.yml
This commit is contained in:
parent
1f1f50a615
commit
ba54cd49c4
7
.github/workflows/push-docker.yml
vendored
7
.github/workflows/push-docker.yml
vendored
@ -5,11 +5,15 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- main
|
- main
|
||||||
|
- test
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
detectChangeType:
|
detectChangeType:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
outputs:
|
||||||
|
status: ${{ steps.early.conclusion }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
@ -24,7 +28,8 @@ jobs:
|
|||||||
push:
|
push:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: steps.changed.outputs.changed == 'true'
|
needs: detectChangeType
|
||||||
|
if: needs.detectChangeType.outputs.changed == 'true'
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user