Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mIcHyAmRaNe committed Jul 8, 2024
1 parent 20c8177 commit c771f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Upload Debian Package
on:
push:
tags:
- 'v*' # This will trigger the workflow for any tag that starts with 'v'
- '*' # This will trigger the workflow for any tag that starts with 'v': e.g. git tag 1.1.0

jobs:
build:
Expand Down

0 comments on commit c771f45

Please sign in to comment.