Skip to content

Commit

Permalink
Building releases based on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
And42 committed Nov 24, 2024
1 parent b289a44 commit dacaa3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/heavy_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Heavy build
on:
workflow_dispatch:
push:
branches: [ "releases/**" ]
tags:
- "**"

jobs:
build:
Expand Down

0 comments on commit dacaa3f

Please sign in to comment.