Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Jul 19, 2024
1 parent 3930ff9 commit c4d9ab4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,17 @@ name: Create and publish a Docker image

on:
push:
branches: ['master']
branches:
- master
release:
types: [published]
pull-request:
paths:
- 'pyproject.toml'
- 'poetry.lock'
- '.github/**'
- 'src/**'
- 'tests/**'

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
Expand Down

0 comments on commit c4d9ab4

Please sign in to comment.