From 97120ad02d70d0dd3c1af6f0a94115fbef99849e Mon Sep 17 00:00:00 2001 From: Xicri <107226297+xicri@users.noreply.github.com> Date: Sat, 3 Aug 2024 07:05:19 +0900 Subject: [PATCH] tmp --- .github/workflows/purge-cache.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/purge-cache.yaml b/.github/workflows/purge-cache.yaml index 46f677ff..16bd55c5 100644 --- a/.github/workflows/purge-cache.yaml +++ b/.github/workflows/purge-cache.yaml @@ -1,13 +1,18 @@ name: "Purge cache of Cloudflare CDN" on: + pull_request: + branches: + - main + push: + branches: + - main check_run: types: - completed jobs: trigger: - if: ${{ github.event.check_run.name == 'Cloudflare Pages' && github.event.check_run.conclusion == 'success' && github.event.check_run.head_sha == github.sha && github.ref == 'refs/heads/main' && github.repository_owner == 'xicri' }} timeout-minutes: 3 runs-on: ubuntu-latest env: