Skip to content

Commit f5bd289

Browse files
authored
Update rust-lint-fmt.yml
1 parent 53a2467 commit f5bd289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust-lint-fmt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Rust lint & style check
22

33
on:
44
push:
5-
branches: '*'
5+
branches: [ '*', '!**-nightly' ]
66
paths:
77
- '.github/workflows/rust-lint-fmt.yml'
88
- '**/*.rs'
@@ -11,7 +11,7 @@ on:
1111
- '**/rustfmt.toml'
1212
- '**/.rustfmt.toml'
1313
pull_request:
14-
branches: '*'
14+
branches: [ '*', '!**-nightly' ]
1515
paths:
1616
- '.github/workflows/rust-lint-fmt.yml'
1717
- '**/*.rs'

0 commit comments

Comments
 (0)