Skip to content

Commit

Permalink
fix: workflow on release publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lumpsoid committed Jun 17, 2024
1 parent 093e842 commit 1ed02a5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: Docker

on:
push:
branches: [ "main" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]
release:
types: [published]
workflow_dispatch:

env:
Expand Down

0 comments on commit 1ed02a5

Please sign in to comment.