Skip to content

Commit

Permalink
Disable container building for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonking3 committed Jan 26, 2024
1 parent ba4c673 commit 04a1f16
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
name: Publish container

on:
push:
branches:
- master
- cloud
# Publish semver tags as releases.
tags: [ '*.*.*' ]
pull_request:
branches: [ master ]
paths:
- 'Dockerfile'
# push:
# branches: [ cml ]
# # Publish semver tags as releases.
# tags: [ '*.*.*' ]
# pull_request:
# branches: [ cml ]
# paths: [ Dockerfile ]
workflow_dispatch:

env:
Expand Down

0 comments on commit 04a1f16

Please sign in to comment.