From 1b139e4837b9bc3167028def245522df75f18ae3 Mon Sep 17 00:00:00 2001 From: pasta Date: Thu, 1 Aug 2024 14:26:32 -0500 Subject: [PATCH] feat: automatically run guix-build on all tags pushed --- .github/workflows/guix-build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/guix-build.yml b/.github/workflows/guix-build.yml index dbdaddcb37..be2b12262b 100644 --- a/.github/workflows/guix-build.yml +++ b/.github/workflows/guix-build.yml @@ -3,6 +3,9 @@ name: Guix Build on: pull_request: types: [ labeled ] + push: + tags: + - '*' # Push events to every tag not containing / workflow_dispatch: jobs: