From c912dbaf47561da4f9c16a207f22891cbfdcc15c Mon Sep 17 00:00:00 2001 From: Nicolas Paul Date: Sun, 1 Oct 2023 16:10:00 +0200 Subject: Remove Cloudflare from CI --- .github/workflows/ci.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8118c2f..593f5c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,8 @@ name: CI on: push: branches: [master] + pull_request: + branches: [master] jobs: lint: name: Lint @@ -41,19 +43,3 @@ jobs: with: go-version: ${{ matrix.go }} - run: go build -v -o svgu.o cmd/svgu/svgu.go - deploy: - name: Deploy - runs-on: ubuntu-latest - needs: - - build - timeout-minutes: 2 - steps: - - uses: actions/checkout@v3 - - uses: cloudflare/pages-action@v1 - with: - apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} - accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} - projectName: svgu-nc0-fr - directory: website - branch: master # production-branch - wranglerVersion: "3" -- cgit v1.2.3