From 8523207ba42021615276b03be39b36ca934b596c Mon Sep 17 00:00:00 2001 From: Niels Hofmans Date: Mon, 27 May 2024 08:16:47 +0200 Subject: [PATCH] chore(cf): reformat ci --- .github/workflows/cloudflare.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cloudflare.yaml b/.github/workflows/cloudflare.yaml index ce66461..c1f3829 100644 --- a/.github/workflows/cloudflare.yaml +++ b/.github/workflows/cloudflare.yaml @@ -2,11 +2,11 @@ name: Cloudflare on: push: - branches: - - master + branches: [master,main] jobs: - cloudflareclearcache: + + cfclearcache: name: Clear cloudflare cache runs-on: ubuntu-latest steps: @@ -18,9 +18,8 @@ jobs: CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }} - - name: Purge cache for ironpeak.services + name: Purge cache for ironpeak.services uses: jakejarvis/cloudflare-purge-action@v0.3.0 env: CLOUDFLARE_ZONE: '81314d32814812bcba7b800f8f07a590' CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }} - \ No newline at end of file