Skip to content

Commit e2d8773

Browse files
author
github-actions
committed
automatic update
from rust-github/template@44d7942
1 parent d6262f2 commit e2d8773

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CD # Continuous Deployment
33
on:
44
push:
55
tags:
6-
- '[0-9]+.[0-9]+.[0-9]+'
6+
- '[v]?[0-9]+.[0-9]+.[0-9]+'
77

88
jobs:
99

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Code of Conduct
22

3-
This project adheres to the Rust Code of Conduct, which [can be found online](https://www.rust-lang.org/conduct.html).
3+
This project adheres to the Rust Code of Conduct, which can be found [here](https://www.rust-lang.org/conduct.html).

0 commit comments

Comments
 (0)