From 2491336c11e8786281f9e37a5cc3d78dd15aab13 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Mon, 23 Mar 2020 16:26:53 -0400 Subject: ci: Update branches to master (#3177) * Update ci.yml * Update fuzzing.yml --- .github/workflows/ci.yml | 6 +++--- .github/workflows/fuzzing.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bc262b..43bac7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,10 +5,10 @@ name: Cross-Platform on: push: branches: - - v2 + - master pull_request: branches: - - v2 + - master jobs: test: @@ -123,4 +123,4 @@ jobs: uses: reviewdog/action-golangci-lint@v1 # uses: docker://reviewdog/action-golangci-lint:v1 # pre-build docker image with: - github_token: ${{ secrets.github_token }} \ No newline at end of file + github_token: ${{ secrets.github_token }} diff --git a/.github/workflows/fuzzing.yml b/.github/workflows/fuzzing.yml index a0487c1..b8a1320 100644 --- a/.github/workflows/fuzzing.yml +++ b/.github/workflows/fuzzing.yml @@ -4,10 +4,10 @@ on: # Regression testing push: branches: - - v2 + - master pull_request: branches: - - v2 + - master # Daily midnight fuzzing schedule: -- cgit v1.2.3