diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 6 | ||||
-rw-r--r-- | .github/workflows/fuzzing.yml | 4 |
2 files changed, 5 insertions, 5 deletions
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: |