We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf05764 commit 2cb7605Copy full SHA for 2cb7605
.github/workflows/deploy.yml
@@ -1,7 +1,10 @@
1
name: Deploy to Github Pages
2
on:
3
push:
4
- branches: [main]
+ branches: [ main ]
5
+ pull_request:
6
7
+ workflow_dispatch:
8
9
jobs:
10
build-and-deploy:
0 commit comments