Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
also run workflow on python changes
- Loading branch information
|
@@ -7,6 +7,7 @@ on: |
|
|
paths: |
|
|
- 'src/**' |
|
|
- 'external/**' |
|
|
- 'python/**' |
|
|
- 'tests/**' |
|
|
- 'mac/**' |
|
|
- '.docker/**' |
|
@@ -19,6 +20,7 @@ on: |
|
|
paths: |
|
|
- 'src/**' |
|
|
- 'external/**' |
|
|
- 'python/**' |
|
|
- 'tests/**' |
|
|
- 'mac/**' |
|
|
- '.docker/**' |
|
|
|
@@ -8,6 +8,7 @@ on: |
|
|
paths: |
|
|
- 'src/**' |
|
|
- 'external/**' |
|
|
- 'python/**' |
|
|
- 'tests/**' |
|
|
- 'ms-windows/**' |
|
|
- 'CMakeLists.txt' |
|
@@ -18,6 +19,7 @@ on: |
|
|
paths: |
|
|
- 'src/**' |
|
|
- 'external/**' |
|
|
- 'python/**' |
|
|
- 'tests/**' |
|
|
- 'ms-windows/**' |
|
|
- 'CMakeLists.txt' |
|
|
|
@@ -8,6 +8,7 @@ on: |
|
|
paths: |
|
|
- 'src/**' |
|
|
- 'external/**' |
|
|
- 'python/**' |
|
|
- 'tests/**' |
|
|
- 'CMakeLists.txt' |
|
|
- '.github/workflows/**' |
|
@@ -20,6 +21,7 @@ on: |
|
|
paths: |
|
|
- 'src/**' |
|
|
- 'external/**' |
|
|
- 'python/**' |
|
|
- 'tests/**' |
|
|
- 'CMakeLists.txt' |
|
|
- '.github/workflows/**' |
|
|