Skip to content

Commit 0e74459

Browse files
committed
chore: rename GitHub Pages workflows
1 parent 9bfe714 commit 0e74459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-gh-pages.yml renamed to .github/workflows/gh-pages.yml

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

33
on:
4+
pull_request:
45
push:
56
branches: [main]
6-
pull_request:
77
workflow_dispatch:
88

99
permissions:

0 commit comments

Comments
 (0)