Skip to content

Commit

Permalink
restrict a bit more when workflows are run
Browse files Browse the repository at this point in the history
  • 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
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- 'tests/**' - 'tests/**'
- 'ms-windows/**' - 'ms-windows/**'
- 'CMakeLists.txt' - 'CMakeLists.txt'
- '.github/workflows/mxe.yml'
pull_request: pull_request:
branches: branches:
- master - master
Expand All @@ -23,6 +24,7 @@ on:
- 'tests/**' - 'tests/**'
- 'ms-windows/**' - 'ms-windows/**'
- 'CMakeLists.txt' - 'CMakeLists.txt'
- '.github/workflows/mxe.yml'


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


Expand Down

0 comments on commit 041fd75

Please sign in to comment.