summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 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 }}