diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0885214..7ef0226 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,6 @@ on: pull_request: branches: - main - - next types: - opened - synchronize diff --git a/.github/workflows/cloudflare-pages.yml b/.github/workflows/cloudflare-pages.yml index 870b5c9..4cf2e08 100644 --- a/.github/workflows/cloudflare-pages.yml +++ b/.github/workflows/cloudflare-pages.yml @@ -3,9 +3,18 @@ name: cloudflare-pages on: workflow_call: workflow_dispatch: + pull_request: + branches: + - main + types: + - opened + - synchronize + paths: + - "website/**" + - ".github/workflows/cloudflare-pages.yml" push: branches: - - next + - main paths: - "website/**" - ".github/workflows/cloudflare-pages.yml"