File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 22# SPDX-License-Identifier: Apache-2.0 OR MIT
33
44# This workflow is responsible for building and releasing the book.
5- # It should only run when there has been a change to the book files
6- # or via manual trigger.
75
86name : Build Book
97on :
108 workflow_dispatch :
119 pull_request :
12- paths :
13- - ' doc/**'
14- - ' .github/workflows/book.yml'
10+ branches : [ main ]
1511 push :
1612 paths :
1713 - ' doc/**'
Original file line number Diff line number Diff line change @@ -7,9 +7,7 @@ name: Kani
77on :
88 workflow_dispatch :
99 pull_request :
10- paths :
11- - ' library/**'
12- - ' .github/workflows/kani.yml'
10+ branches : [ main ]
1311 push :
1412 paths :
1513 - ' library/**'
Original file line number Diff line number Diff line change @@ -8,10 +8,7 @@ name: Rust Tests
88on :
99 workflow_dispatch :
1010 pull_request :
11- paths :
12- - ' library/**'
13- - ' rust-toolchain.toml'
14- - ' .github/workflows/rustc.yml'
11+ branches : [ main ]
1512 push :
1613 paths :
1714 - ' library/**'
You can’t perform that action at this time.
0 commit comments