Remove paths to check workflows.
This commit is contained in:
20
.github/workflows/rust.yml
vendored
20
.github/workflows/rust.yml
vendored
@@ -1,13 +1,13 @@
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'examples/*.rs'
|
||||
- 'libraries/**/*.rs'
|
||||
- 'src/**/*.rs'
|
||||
- 'patches/**'
|
||||
- '**/Cargo.toml'
|
||||
- '.cargo/config'
|
||||
- '!third_party/**'
|
||||
on: [push]
|
||||
# push:
|
||||
# paths:
|
||||
# - 'examples/*.rs'
|
||||
# - 'libraries/**/*.rs'
|
||||
# - 'src/**/*.rs'
|
||||
# - 'patches/**'
|
||||
# - '**/Cargo.toml'
|
||||
# - '.cargo/config'
|
||||
# - '!third_party/**'
|
||||
|
||||
jobs:
|
||||
initial_setup:
|
||||
|
||||
Reference in New Issue
Block a user