mirror of
https://github.com/MEhrn00/boflink
synced 2026-06-08 11:36:57 +00:00
ci: change ci.yaml triggers
Use ignore patterns for triggers and add ignore pattern for 'dev-noci/**' branches
This commit is contained in:
+14
-14
@@ -2,21 +2,21 @@ name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- ".github/workflows/*.yaml"
|
||||
- ".github/workflows/*.yml"
|
||||
- "Cargo.toml"
|
||||
- "crates/**"
|
||||
- "src/**"
|
||||
- "tests/**"
|
||||
- "xtask/**"
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "examples/**"
|
||||
- "CHANGELOG.md"
|
||||
- "LICENSE"
|
||||
- "README.md"
|
||||
branches-ignore:
|
||||
- "dev-noci/**"
|
||||
pull_request:
|
||||
paths:
|
||||
- "Cargo.toml"
|
||||
- "crates/**"
|
||||
- "src/**"
|
||||
- "tests/**"
|
||||
- "xtask/**"
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "examples/**"
|
||||
- "CHANGELOG.md"
|
||||
- "LICENSE"
|
||||
- "README.md"
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
Reference in New Issue
Block a user