summaryrefslogtreecommitdiffstats
path: root/.github/workflows/gh-pages.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/gh-pages.yml')
-rw-r--r--.github/workflows/gh-pages.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index 89d676a1..cab1c2d1 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -1,10 +1,9 @@
name: GitHub Pages
-#on:
-# push:
-# branches:
-# - main
-on: [pull_request, push]
+on:
+ push:
+ branches:
+ - main
jobs:
gh-pages: