Skip to content

Commit 2bf43d6

Browse files
committed
Change from rolling to tagged releases
1 parent 6256b59 commit 2bf43d6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/flakehub-publish-rolling.yml renamed to .github/workflows/flakehub-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: "Publish to FlakeHub"
22
on:
33
push:
4-
branches:
5-
- "master"
4+
tags:
5+
- "v*.*.*"
66
jobs:
77
flakehub-publish:
88
runs-on: "ubuntu-latest"
@@ -17,4 +17,3 @@ jobs:
1717
name: "edolstra/flake-compat"
1818
rolling: true
1919
visibility: "public"
20-

0 commit comments

Comments
 (0)