Skip to content

Commit

Permalink
Update docker_prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jokob-sk authored Oct 5, 2024
1 parent 7db6f01 commit d0c405d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/docker_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@
name: Publish Docker image

on:
release:
types: [published]
push:
branches:
- '**'
tags:
- '*.[1-9]+[0-9]?.[1-9]+*'
- '*.*.*'
pull_request:
branches:
- master
jobs:
docker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d0c405d

Please sign in to comment.