Skip to content

Commit

Permalink
ci: fix deploy with tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Serein207 committed Sep 7, 2024
1 parent e24229c commit 5196a4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ on:
push:
branches:
- main
tags:
- '[0-9]+.[0-9]+.[0-9]+'
workflow_dispatch:

permissions: write-all

jobs:
build:
env:
Expand Down

0 comments on commit 5196a4b

Please sign in to comment.