Skip to content

Commit f5ae049

Browse files
committed
Fixed list of file paths for workflow action triggers.
1 parent d114505 commit f5ae049

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/build_ci_darwin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- lib/**
1111
- src/**
1212
- test/**
13+
- build.py
1314
branches:
1415
- main
1516

.github/workflows/build_ci_linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- include/**
1111
- src/**
1212
- test/**
13+
- build.py
1314
branches:
1415
- main
1516

.github/workflows/build_ci_windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- include/**
1111
- src/**
1212
- test/**
13+
- build.py
1314
branches:
1415
- main
1516

0 commit comments

Comments
 (0)