Run CI workflows only when relevant files are modified
This commit is contained in:
8
.github/workflows/cont_integration.yml
vendored
8
.github/workflows/cont_integration.yml
vendored
@@ -1,5 +1,11 @@
|
||||
name: bdk-ffi CI
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "bdk-ffi/**"
|
||||
pull_request:
|
||||
paths:
|
||||
- "bdk-ffi/**"
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user