Skip to content

Commit 6a700d2

Browse files
authored
Merge pull request #965 from subspace/no-ci-for-commits
Do not run CI for commits (except `main`), allow to run manually if needed
2 parents 54d19dd + 89a3b33 commit 6a700d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@ name: Rust
22

33
on:
44
push:
5+
branches:
6+
- main
57
paths-ignore:
68
- '**.md'
79
- '.github/CODEOWNERS'
810
pull_request:
911
paths-ignore:
1012
- '**.md'
1113
- '.github/CODEOWNERS'
14+
workflow_dispatch:
1215

1316
env:
1417
# Not needed in CI, should make things a bit faster

0 commit comments

Comments
 (0)