Change from rolling to tagged releases
This commit is contained in:
parent
6256b599c8
commit
2bf43d60c7
|
@ -1,8 +1,8 @@
|
||||||
name: "Publish to FlakeHub"
|
name: "Publish to FlakeHub"
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- "master"
|
- "v*.*.*"
|
||||||
jobs:
|
jobs:
|
||||||
flakehub-publish:
|
flakehub-publish:
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
|
@ -17,4 +17,3 @@ jobs:
|
||||||
name: "edolstra/flake-compat"
|
name: "edolstra/flake-compat"
|
||||||
rolling: true
|
rolling: true
|
||||||
visibility: "public"
|
visibility: "public"
|
||||||
|
|
Loading…
Reference in a new issue