Skip to content

Commit

Permalink
feat: automatically run guix-build on all tags pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Aug 12, 2024
1 parent de4e7e1 commit 1b139e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/guix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Guix Build
on:
pull_request:
types: [ labeled ]
push:
tags:
- '*' # Push events to every tag not containing /
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 1b139e4

Please sign in to comment.