File tree 3 files changed +3
-12
lines changed
3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0 OR MIT
3
3
4
4
# 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.
7
5
8
6
name : Build Book
9
7
on :
10
8
workflow_dispatch :
11
9
pull_request :
12
- paths :
13
- - ' doc/**'
14
- - ' .github/workflows/book.yml'
10
+ branches : [ main ]
15
11
push :
16
12
paths :
17
13
- ' doc/**'
Original file line number Diff line number Diff line change @@ -7,9 +7,7 @@ name: Kani
7
7
on :
8
8
workflow_dispatch :
9
9
pull_request :
10
- paths :
11
- - ' library/**'
12
- - ' .github/workflows/kani.yml'
10
+ branches : [ main ]
13
11
push :
14
12
paths :
15
13
- ' library/**'
Original file line number Diff line number Diff line change @@ -8,10 +8,7 @@ name: Rust Tests
8
8
on :
9
9
workflow_dispatch :
10
10
pull_request :
11
- paths :
12
- - ' library/**'
13
- - ' rust-toolchain.toml'
14
- - ' .github/workflows/rustc.yml'
11
+ branches : [ main ]
15
12
push :
16
13
paths :
17
14
- ' library/**'
You can’t perform that action at this time.
0 commit comments