Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
restrict a bit more when workflows are run
- Loading branch information
Showing
with
4 additions
and
2 deletions.
-
+2
−0
.github/workflows/mxe.yml
-
+2
−2
.github/workflows/run-tests.yml
|
@@ -12,6 +12,7 @@ on: |
|
|
- 'tests/**' |
|
|
- 'ms-windows/**' |
|
|
- 'CMakeLists.txt' |
|
|
- '.github/workflows/mxe.yml' |
|
|
pull_request: |
|
|
branches: |
|
|
- master |
|
@@ -23,6 +24,7 @@ on: |
|
|
- 'tests/**' |
|
|
- 'ms-windows/**' |
|
|
- 'CMakeLists.txt' |
|
|
- '.github/workflows/mxe.yml' |
|
|
|
|
|
jobs: |
|
|
build: |
|
|
|
@@ -11,7 +11,7 @@ on: |
|
|
- 'python/**' |
|
|
- 'tests/**' |
|
|
- 'CMakeLists.txt' |
|
|
- '.github/workflows/**' |
|
|
- '.github/workflows/run-tests.yml' |
|
|
- '.docker/**' |
|
|
- '.ci/**' |
|
|
pull_request: |
|
@@ -24,7 +24,7 @@ on: |
|
|
- 'python/**' |
|
|
- 'tests/**' |
|
|
- 'CMakeLists.txt' |
|
|
- '.github/workflows/**' |
|
|
- '.github/workflows/run-tests.yml' |
|
|
- '.docker/**' |
|
|
- '.ci/**' |
|
|
|
|
|