Browse Source

ci: Update branches to master (#3177)

* Update ci.yml

* Update fuzzing.yml
master
Francis Lavoie 5 years ago
committed by GitHub
parent
commit
2491336c11
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/ci.yml
  2. 4
      .github/workflows/fuzzing.yml

4
.github/workflows/ci.yml

@ -5,10 +5,10 @@ name: Cross-Platform
on:
push:
branches:
- v2
- master
pull_request:
branches:
- v2
- master
jobs:
test:

4
.github/workflows/fuzzing.yml

@ -4,10 +4,10 @@ on:
# Regression testing
push:
branches:
- v2
- master
pull_request:
branches:
- v2
- master
# Daily midnight fuzzing
schedule:

Loading…
Cancel
Save