Update build workflow to trigger on version tags instead of branches
All checks were successful
pre-commit / pre-commit (push) Successful in 1m4s
All checks were successful
pre-commit / pre-commit (push) Successful in 1m4s
This commit is contained in:
parent
91d83b6064
commit
19cc0928d9
1 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,9 @@ name: Build and push Archlinux package
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue