Skip to content

Commit ab12891

Browse files
committed
use diem with test natives exposed
1 parent d6ada0f commit ab12891

File tree

4 files changed

+338
-222
lines changed

4 files changed

+338
-222
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: publish cli
22
on:
33
push:
4+
branches:
5+
# make binaries which may be ahead of releases to use in CI jobs
6+
- "ci-bins*"
47
tags: # run this also on release candidates
58
- "[0-9]+.[0-9]+.[0-9]*"
69
# make binaries which may be ahead of releases to use in CI jobs

0 commit comments

Comments
 (0)