Browse Source
ci: Update branches to master (#3177)
* Update ci.yml
* Update fuzzing.yml
master
Francis Lavoie
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
5 deletions
-
.github/workflows/ci.yml
-
.github/workflows/fuzzing.yml
|
|
@ -5,10 +5,10 @@ name: Cross-Platform |
|
|
|
on: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- v2 |
|
|
|
- master |
|
|
|
pull_request: |
|
|
|
branches: |
|
|
|
- v2 |
|
|
|
- master |
|
|
|
|
|
|
|
jobs: |
|
|
|
test: |
|
|
|
|
|
@ -4,10 +4,10 @@ on: |
|
|
|
# Regression testing |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- v2 |
|
|
|
- master |
|
|
|
pull_request: |
|
|
|
branches: |
|
|
|
- v2 |
|
|
|
- master |
|
|
|
|
|
|
|
# Daily midnight fuzzing |
|
|
|
schedule: |
|
|
|