Skip to content

Commit 609625b

Browse files
authored
Disable redundant workflows (#38)
1 parent 0367d9e commit 609625b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cargo.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Cargo
22

33
on:
44
push:
5+
branches: [canary]
56
paths:
67
- 'src/**'
78
- 'tests/**'
@@ -67,4 +68,4 @@ jobs:
6768
cargo-dev-${{ runner.os }}
6869
- name: Run cargo test
6970
run: |
70-
cargo test --all --color always
71+
cargo test --all --color always

0 commit comments

Comments
 (0)