We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c041e commit 0f91f47Copy full SHA for 0f91f47
1 file changed
.github/workflows/deploy.yml
@@ -1,8 +1,12 @@
1
name: Deploy to Cloudflare Pages
2
on:
3
push:
4
+ branches:
5
+ - master
6
workflow_dispatch:
7
pull_request:
8
9
10
11
jobs:
12
deploy:
0 commit comments