Skip to content

Commit

Permalink
Update GHA to push docker on main
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Mar 6, 2024
1 parent 51dacd4 commit be44a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- main
paths:
- pyproject.toml
workflow_dispatch:

jobs:
Expand All @@ -25,6 +23,8 @@ jobs:
parse-changelog: false

build-and-push-docker:
# Only publish on `main` branch
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit be44a7b

Please sign in to comment.