mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-22 04:30:03 +00:00
only push docker image when on main branch
This commit is contained in:
parent
323d3e3a34
commit
bde2e8f74f
@ -51,7 +51,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GHCR_TOKEN: $(GHCR_TOKEN)
|
GHCR_TOKEN: $(GHCR_TOKEN)
|
||||||
displayName: 'Push release to GHCR'
|
displayName: 'Push release to GHCR'
|
||||||
# condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
|
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
|
||||||
|
|
||||||
- job: macOS
|
- job: macOS
|
||||||
pool:
|
pool:
|
||||||
|
Loading…
Reference in New Issue
Block a user