summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Paul <n@nc0.fr>2023-10-01 16:10:00 +0200
committerNicolas Paul <n@nc0.fr>2023-10-01 16:11:29 +0200
commitc912dbaf47561da4f9c16a207f22891cbfdcc15c (patch)
tree680fad485332bc579f63b25c672a288f505a05d3
parent0e1c2ff198d90b7d940efbcc45222855f89841de (diff)
Remove Cloudflare from CI
-rw-r--r--.github/workflows/ci.yml18
1 files 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"