Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
restrict a bit more when workflows are run
  • Loading branch information
3nids committed Feb 9, 2021
1 parent dbd8402 commit 041fd75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mxe.yml
Expand Up @@ -12,6 +12,7 @@ on:
- 'tests/**'
- 'ms-windows/**'
- 'CMakeLists.txt'
- '.github/workflows/mxe.yml'
pull_request:
branches:
- master
Expand All @@ -23,6 +24,7 @@ on:
- 'tests/**'
- 'ms-windows/**'
- 'CMakeLists.txt'
- '.github/workflows/mxe.yml'

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Expand Up @@ -11,7 +11,7 @@ on:
- 'python/**'
- 'tests/**'
- 'CMakeLists.txt'
- '.github/workflows/**'
- '.github/workflows/run-tests.yml'
- '.docker/**'
- '.ci/**'
pull_request:
Expand All @@ -24,7 +24,7 @@ on:
- 'python/**'
- 'tests/**'
- 'CMakeLists.txt'
- '.github/workflows/**'
- '.github/workflows/run-tests.yml'
- '.docker/**'
- '.ci/**'

Expand Down

0 comments on commit 041fd75

Please sign in to comment.