Skip to content

Commit eb64145

Browse files
committed
run archiver tests on releases (draft or not)
1 parent 584bba7 commit eb64145

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/archive.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
schedule:
44
- cron: 00 3 * * 1
55
workflow_dispatch:
6+
release:
7+
# Run on draft and final releases
8+
types: [published]
69

710
env:
811
RUSTFLAGS: "-Dwarnings"

0 commit comments

Comments
 (0)