Skip to content

Commit 783f433

Browse files
committedApr 17, 2022
CI to main
1 parent 7d341ac commit 783f433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/rust-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
tags:
66
- "*"
77
pull_request:
@@ -58,4 +58,4 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- uses: actions/checkout@v2
61-
- uses: EmbarkStudios/cargo-deny-action@v1
61+
- uses: EmbarkStudios/cargo-deny-action@v1

0 commit comments

Comments
 (0)
Please sign in to comment.