Skip to content

Commit 89a3b33

Browse files
committed
Do not run CI for commits (except main), allow to run manually if needed
1 parent 54d19dd commit 89a3b33

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)