Skip to content

Commit 74e4452

Browse files
authored
Update rust-nightly-check-test.yml
1 parent 2ffb795 commit 74e4452

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/rust-nightly-check-test.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ name: Rust nightly check & tests
33
on:
44
schedule:
55
- cron: '0 0 * * *'
6+
push:
7+
branches: [ '**-nightly' ]
8+
paths:
9+
- '.github/workflows/rust-nightly-check-test.yml'
10+
- '**/*.rs'
11+
- '**/Cargo.toml'
12+
- '**/Cargo.lock'
13+
pull_request:
14+
branches: [ '**-nightly' ]
15+
paths:
16+
- '.github/workflows/rust-nightly-check-test.yml'
17+
- '**/*.rs'
18+
- '**/Cargo.toml'
19+
- '**/Cargo.lock'
620

721
env:
822
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)