Skip to content

Commit b5f1383

Browse files
committed
feat: deploy github action
1 parent 8310577 commit b5f1383

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Build
2+
on:
3+
push:
4+
pull_request:
5+
repository_dispatch:
6+
jobs:
7+
deploy:
8+
runs-on: ubuntu-latest
9+
timeout-minutes: 60
10+
needs: test
11+
steps:
12+
- uses: actions/checkout@v2
13+
- name: Publish
14+
uses: cloudflare/[email protected]

0 commit comments

Comments
 (0)