github: only trigger cachix build on tag
This commit is contained in:
parent
5f7d140b61
commit
7fad5a6a87
5
.github/workflows/cachix.yaml
vendored
5
.github/workflows/cachix.yaml
vendored
|
@ -1,5 +1,8 @@
|
||||||
name: "Cachix build"
|
name: "Cachix build"
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- v*
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue