Skip to content

Commit 797ab0f

Browse files
committed
ci: deploy cloudflare previews on every pull request again
1 parent 309a1df commit 797ab0f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/cloudflare-web-preview.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Cloudflare Worker Preview Deploy
22

33
on:
44
pull_request:
5-
types: [labeled]
65
paths:
76
- 'src/**'
87
- 'index.html'
@@ -30,7 +29,7 @@ concurrency:
3029

3130
jobs:
3231
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'
32+
if: (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.head_ref != 'release') || github.event_name == 'push'
3433
runs-on: ubuntu-latest
3534
permissions:
3635
contents: read

0 commit comments

Comments
 (0)