Skip to content

Commit

Permalink
fix(github-wf): fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gi8lino committed Feb 9, 2025
1 parent c6fc5a3 commit ea56d7b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
name: Create Release
on:
push:
tags:
- v*
workflow_call:
pull_request:
branches:
- master
paths:
- Dockerfile
workflow_dispatch:
jobs:
publish:
uses: ./.github/workflows/publish.yaml
release:
runs-on: ubuntu-latest
needs: publish
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit ea56d7b

Please sign in to comment.