Update build workflow to trigger on version tags instead of branches
All checks were successful
pre-commit / pre-commit (push) Successful in 1m4s

This commit is contained in:
Edgar P. Burkhart 2025-05-18 22:08:23 +02:00
parent 91d83b6064
commit 19cc0928d9
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -2,8 +2,9 @@ name: Build and push Archlinux package
on: on:
push: push:
branches: tags:
- main - 'v*'
jobs: jobs:
build: build: