Skip to content

Commit

Permalink
Fix release trigger for Docker build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwinther committed Jan 19, 2024
1 parent c9304a9 commit 96e6a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Docker build

on:
release:
types: [published]
push:
branches:
- "**"
tags:
- "*"
paths:
- 'src/datadoc/**'
- 'poetry.lock'
Expand Down

0 comments on commit 96e6a6f

Please sign in to comment.