github: only trigger cachix build on tag

main
Antoine Martin 2021-06-04 17:48:39 +02:00
parent 5f7d140b61
commit 7fad5a6a87
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
name: "Cachix build"
on: [push]
on:
push:
tags:
- v*
jobs:
build:
runs-on: ubuntu-latest