Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mxssl authored Jan 22, 2024
1 parent 55137a6 commit 2815cdb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ name: Publish
on:
release:
types: [created]
push:
tags:
- '*'
workflow_dispatch:

jobs:

publish-docker:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -28,7 +30,6 @@ jobs:

publish-github:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2815cdb

Please sign in to comment.