Skip to content

Commit

Permalink
fix: trigger the creation release workflow on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Nov 3, 2024
1 parent 8e545d0 commit 7b2f87a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-dockerhub.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Release to DockerHub
on:
release:
types: [ published ]
push:
tags:
- 'v*'
jobs:
docker:
runs-on: ubuntu-latest
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release-server.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Build and release server
on:
release:
types: [ published ]
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7b2f87a

Please sign in to comment.