We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584bba7 commit eb64145Copy full SHA for eb64145
.github/workflows/archive.yml
@@ -3,6 +3,9 @@ on:
3
schedule:
4
- cron: 00 3 * * 1
5
workflow_dispatch:
6
+ release:
7
+ # Run on draft and final releases
8
+ types: [published]
9
10
env:
11
RUSTFLAGS: "-Dwarnings"
0 commit comments