chore: remove pull_request_target trigger from Cloudflare deployment workflow
This commit is contained in:
parent
9ded40c67c
commit
bdb318f88b
1 changed files with 0 additions and 2 deletions
2
.github/workflows/push-cloudflare.yaml
vendored
2
.github/workflows/push-cloudflare.yaml
vendored
|
|
@ -3,8 +3,6 @@ name: Build
|
|||
on:
|
||||
push:
|
||||
branches: [main, uat, release*]
|
||||
pull_request_target:
|
||||
branches: [main, uat, release*]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue