We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4e7e1 commit 1b139e4Copy full SHA for 1b139e4
.github/workflows/guix-build.yml
@@ -3,6 +3,9 @@ name: Guix Build
3
on:
4
pull_request:
5
types: [ labeled ]
6
+ push:
7
+ tags:
8
+ - '*' # Push events to every tag not containing /
9
workflow_dispatch:
10
11
jobs:
0 commit comments