Rossen
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
18 additions and
1 deletions
-
.github/workflows/testing_initiative.yml
|
|
@ -6,9 +6,26 @@ name: Testing Initiative |
|
|
|
on: |
|
|
|
push: |
|
|
|
branches: [ master ] |
|
|
|
paths-ignore: |
|
|
|
- '.gitignore' |
|
|
|
- '*.md' |
|
|
|
- '*.rst' |
|
|
|
- 'LICENSE' |
|
|
|
- 'Vagrantfile' |
|
|
|
- 'protobuf_list.txt' |
|
|
|
- 'protobufs/**' |
|
|
|
- 'recipes/**' |
|
|
|
pull_request: |
|
|
|
branches: [ master ] |
|
|
|
|
|
|
|
paths-ignore: |
|
|
|
- '.gitignore' |
|
|
|
- '*.md' |
|
|
|
- '*.rst' |
|
|
|
- 'LICENSE' |
|
|
|
- 'Vagrantfile' |
|
|
|
- 'protobuf_list.txt' |
|
|
|
- 'protobufs/**' |
|
|
|
- 'recipes/**' |
|
|
|
jobs: |
|
|
|
test: |
|
|
|
runs-on: ${{ matrix.os }} |
|
|
|