Skip to content

Commit

Permalink
Updated workflow pipeline trigger folder paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Nov 24, 2024
1 parent 8f81deb commit 96be922
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_ci_darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- assets/**
- examples/**
- include/**
- lib/**
- src/**
- std/**
- test/**
- build.py
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
- .github/workflows/**
- assets/**
- examples/**
- lib/**
- include/**
- src/**
- std/**
- test/**
- build.py
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
- .github/workflows/**
- assets/**
- examples/**
- lib/**
- include/**
- src/**
- std/**
- test/**
- build.py
branches:
Expand Down

0 comments on commit 96be922

Please sign in to comment.