Skip to content

Commit

Permalink
Update GitHub Actions workflow to trigger builds on version branches …
Browse files Browse the repository at this point in the history
…instead of tags
  • Loading branch information
alevilar committed Dec 13, 2024
1 parent 20e4817 commit 2071774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/desktop.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Desktop Ejecutables - on New Version

on:
push:
tags:
branches:
- 'v*.*.*'

jobs:
Expand Down

0 comments on commit 2071774

Please sign in to comment.