Skip to content

Commit

Permalink
run CI when blitz core changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ealmloff committed Jul 5, 2023
1 parent 9458527 commit 434a1fd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,22 @@ on:
branches:
- master
paths:
- packages/**
- blitz_core/src/**
- blitz_core/examples/**
- blitz_core/Cargo.toml
- examples/**
- src/**
- .github/**
- lib.rs
- Cargo.toml

pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- master
paths:
- blitz_core/src/**
- blitz_core/examples/**
- blitz_core/Cargo.toml
- examples/**
- src/**
- .github/**
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,25 @@ on:
branches:
- master
paths:
- packages/**
- blitz_core/src/**
- blitz_core/examples/**
- blitz_core/Cargo.toml
- examples/**
- docs/guide/**
- src/**
- .github/**
- lib.rs
- Cargo.toml

pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- master
paths:
- blitz_core/src/**
- blitz_core/examples/**
- blitz_core/Cargo.toml
- examples/**
- docs/guide/**
- src/**
- .github/**
- Cargo.toml
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,22 @@ on:
branches:
- master
paths:
- packages/**
- blitz_core/src/**
- blitz_core/examples/**
- blitz_core/Cargo.toml
- examples/**
- src/**
- .github/**
- lib.rs
- Cargo.toml

pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- master
paths:
- blitz_core/src/**
- blitz_core/examples/**
- blitz_core/Cargo.toml
- examples/**
- src/**
- .github/**
Expand Down

0 comments on commit 434a1fd

Please sign in to comment.