Skip to content

Commit 0621c9e

Browse files
Update jekyll-gh-pages.yml (Removed the trigger, enabled manual deploy)
1 parent 2ab50fe commit 0621c9e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Your GitHub workflow file under .github/workflows/
22
# Trigger the action on push to main
33
on:
4-
push:
5-
branches:
6-
- develop
4+
workflow_dispatch:
75

86
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
97
permissions:

0 commit comments

Comments
 (0)