Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 2f69347

Browse files
authored
Update deploy.yml (#75)
1 parent 3029f08 commit 2f69347

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Deploy to GitHub Pages
22

33
on:
44
push:
5-
branches: ['main']
6-
pull_request:
7-
branches: ['main']
5+
branches: [main]
6+
workflow_dispatch:
87

98
jobs:
109
build:

0 commit comments

Comments
 (0)