mirror of
https://github.com/p-stream/simple-proxy.git
synced 2026-04-21 00:12:09 +00:00
fix(actions): Correct actions trigger
This commit is contained in:
parent
8f4c6eb857
commit
1495f3bb5a
1 changed files with 1 additions and 4 deletions
5
.github/workflows/cloudflare.yml
vendored
5
.github/workflows/cloudflare.yml
vendored
|
|
@ -2,11 +2,8 @@ name: cloudflare
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
repository_dispatch:
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue