We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff250f commit e036427Copy full SHA for e036427
.github/workflows/upload_cachix.yml
@@ -3,6 +3,9 @@ name: "Upload to Cachix"
3
on:
4
workflow_dispatch:
5
workflow_call:
6
+ push:
7
+ tags:
8
+ - "*"
9
10
jobs:
11
build-and-cache:
.github/workflows/upload_crates.yml
@@ -2,6 +2,9 @@ name: Upload Crates
2
upload:
0 commit comments