Skip to content

Commit e036427

Browse files
committed
Fix build
1 parent 8ff250f commit e036427

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/upload_cachix.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: "Upload to Cachix"
33
on:
44
workflow_dispatch:
55
workflow_call:
6+
push:
7+
tags:
8+
- "*"
69

710
jobs:
811
build-and-cache:

.github/workflows/upload_crates.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Upload Crates
22

33
on:
44
workflow_call:
5+
push:
6+
tags:
7+
- "*"
58

69
jobs:
710
upload:

0 commit comments

Comments
 (0)