mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-03 17:52:30 +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:
|
||||
- master
|
||||
- main
|
||||
- test
|
||||
jobs:
|
||||
|
||||
detectChangeType:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
outputs:
|
||||
status: ${{ steps.early.conclusion }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
@ -24,7 +28,8 @@ jobs:
|
||||
push:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
if: steps.changed.outputs.changed == 'true'
|
||||
needs: detectChangeType
|
||||
if: needs.detectChangeType.outputs.changed == 'true'
|
||||
steps:
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user