Skip to content

Commit b668195

Browse files
author
Rob Patro
committed
[do_tag] fix branch name in action, try to release v0.10.0
1 parent 18c7176 commit b668195

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sanitize-cargo.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Sanitize Cargo
22
on:
33
push:
44
branches:
5-
- main
5+
- master
66

77
permissions:
8-
contents: master
8+
"contents": "write"
99

1010
jobs:
1111
sanitize_cargo_file:

0 commit comments

Comments
 (0)