Skip to content

Commit c0639d6

Browse files
Make deploy to github pages workflow_dispatch only
1 parent 0f231d2 commit c0639d6

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: Deploy to GitHub Pages
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
schedule:
8-
- cron: '0 3 1 1 *' # Every year on January 1st at 3 AM UTC
94
workflow_dispatch:
105

116
permissions:

0 commit comments

Comments
 (0)