1 parent 309a1df commit 797ab0fCopy full SHA for 797ab0f
1 file changed
.github/workflows/cloudflare-web-preview.yml
@@ -2,7 +2,6 @@ name: Cloudflare Worker Preview Deploy
2
3
on:
4
pull_request:
5
- types: [labeled]
6
paths:
7
- 'src/**'
8
- 'index.html'
@@ -30,7 +29,7 @@ concurrency:
30
29
31
jobs:
32
deploy:
33
- if: (github.event_name == 'pull_request' && github.event.label.name == 'deploy-preview' && github.event.pull_request.head.repo.full_name == github.repository && github.head_ref != 'release') || github.event_name == 'push'
+ if: (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.head_ref != 'release') || github.event_name == 'push'
34
runs-on: ubuntu-latest
35
permissions:
36
contents: read
0 commit comments