mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
feat: automatically run guix-build on all tags pushed
This commit is contained in:
parent
de4e7e16b4
commit
1b139e4837
3
.github/workflows/guix-build.yml
vendored
3
.github/workflows/guix-build.yml
vendored
@ -3,6 +3,9 @@ name: Guix Build
|
||||
on:
|
||||
pull_request:
|
||||
types: [ labeled ]
|
||||
push:
|
||||
tags:
|
||||
- '*' # Push events to every tag not containing /
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user