Skip to content

Commit 2cb7605

Browse files
manually trigger workflow
1 parent bf05764 commit 2cb7605

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Deploy to Github Pages
22
on:
33
push:
4-
branches: [main]
4+
branches: [ main ]
5+
pull_request:
6+
branches: [ main ]
7+
workflow_dispatch:
58

69
jobs:
710
build-and-deploy:

0 commit comments

Comments
 (0)