Merge pull request #1310 from linuxgemini/gh-actions-refactor

ci: exclude changes to non-source folders
This commit is contained in:
Philippe Teuwen 2021-06-11 15:21:46 +02:00 committed by GitHub
commit dbb115e044
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 41 additions and 3 deletions

View file

@ -1,6 +1,18 @@
name: MacOS Build and Test name: MacOS Build and Test
on: [push, pull_request] on:
push:
paths-ignore:
- 'doc/**'
- 'docker/**'
- 'traces/**'
- '.vscode/**'
pull_request:
paths-ignore:
- 'doc/**'
- 'docker/**'
- 'traces/**'
- '.vscode/**'
jobs: jobs:
macos-make: macos-make:

View file

@ -1,6 +1,19 @@
name: Ubuntu Build and Test name: Ubuntu Build and Test
on: [push, pull_request] on:
push:
paths-ignore:
- 'doc/**'
- 'docker/**'
- 'traces/**'
- '.vscode/**'
pull_request:
paths-ignore:
- 'doc/**'
- 'docker/**'
- 'traces/**'
- '.vscode/**'
jobs: jobs:
ubuntu-make: ubuntu-make:

View file

@ -1,6 +1,19 @@
name: Windows Build and Test name: Windows Build and Test
on: [push, pull_request] on:
push:
paths-ignore:
- 'doc/**'
- 'docker/**'
- 'traces/**'
- '.vscode/**'
pull_request:
paths-ignore:
- 'doc/**'
- 'docker/**'
- 'traces/**'
- '.vscode/**'
jobs: jobs:
proxspace: proxspace: