Skip to content

Commit dbeb53e

Browse files
committed
Run test action on publish (#401)
* Run test, quality, coverage on push to any branch * Run test on release
1 parent 80acc25 commit dbeb53e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches: [ master, develop ]
66
pull_request:
7+
release:
8+
types: [ published ]
79

810
env:
911
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)