Skip to content

Commit 1b139e4

Browse files
feat: automatically run guix-build on all tags pushed
1 parent de4e7e1 commit 1b139e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/guix-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Guix Build
33
on:
44
pull_request:
55
types: [ labeled ]
6+
push:
7+
tags:
8+
- '*' # Push events to every tag not containing /
69
workflow_dispatch:
710

811
jobs:

0 commit comments

Comments
 (0)