Skip to content

Commit

Permalink
Simplify GitHub Actions workflow trigger to run on all push events
Browse files Browse the repository at this point in the history
  • Loading branch information
alevilar committed Nov 17, 2024
1 parent fb4514f commit 0079ad8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/desktop.build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build Desktop Ejecutables - on Release

on:
push:
tags:
- 'v*.*.*' # Ejecutar solo cuando un tag con el formato de versión es pushado.
on: push

jobs:
build-raspberry-pi:
Expand Down

0 comments on commit 0079ad8

Please sign in to comment.