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. 6
      .github/workflows/ci.yml
  2. 4
      .github/workflows/fuzzing.yml

6
.github/workflows/ci.yml

@ -5,10 +5,10 @@ name: Cross-Platform
on: on:
push: push:
branches: branches:
- v2 - master
pull_request: pull_request:
branches: branches:
- v2 - master
jobs: jobs:
test: test:
@ -123,4 +123,4 @@ jobs:
uses: reviewdog/action-golangci-lint@v1 uses: reviewdog/action-golangci-lint@v1
# uses: docker://reviewdog/action-golangci-lint:v1 # pre-build docker image # uses: docker://reviewdog/action-golangci-lint:v1 # pre-build docker image
with: with:
github_token: ${{ secrets.github_token }} github_token: ${{ secrets.github_token }}

4
.github/workflows/fuzzing.yml

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

Loading…
Cancel
Save