Skip to content

Commit

Permalink
Update release-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AkmalFairuz authored Aug 15, 2024
1 parent 75a7a35 commit 1e7134e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Release Build
on:
workflow_dispatch:
push:
tags:
- 'v*'
tags-ignore:
- '**'
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1e7134e

Please sign in to comment.