diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c4a3481..cb3bab05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - '**' + - 'main' pull_request: branches: [ main ] @@ -40,7 +40,7 @@ jobs: - name: Test run: make test - + - name: Test Sanity run: make test-sanity diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 95efd993..bce509e3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Deploy on: push: branches: - - '**' + - 'main' tags: - 'v*' pull_request: @@ -24,7 +24,7 @@ jobs: run: .ci/gpg/create-keyring.sh env: GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }} - + - name: Install Go uses: actions/setup-go@v4 with: