feat: automatically run guix-build on all tags pushed

This commit is contained in:
pasta 2024-08-01 14:26:32 -05:00
parent de4e7e16b4
commit 1b139e4837
No known key found for this signature in database
GPG Key ID: 52527BEDABE87984

View File

@ -3,6 +3,9 @@ name: Guix Build
on:
pull_request:
types: [ labeled ]
push:
tags:
- '*' # Push events to every tag not containing /
workflow_dispatch:
jobs: