]> git.earman.xyz Git - sensor-watch.git/commitdiff
trigger pages workflow only on push to main
authorjoeycastillo <joeycastillo@utexas.edu>
Tue, 14 Dec 2021 18:07:13 +0000 (12:07 -0600)
committerGitHub <noreply@github.com>
Tue, 14 Dec 2021 18:07:13 +0000 (12:07 -0600)
.github/workflows/gh-pages.yml

index 89d676a1fe6bf32f9ba6d8a22fdef1454e134975..cab1c2d1d1c7d96b2edd6a94b752e63e72f14354 100644 (file)
@@ -1,10 +1,9 @@
 name: GitHub Pages
 
-#on:
-#  push:
-#    branches:
-#      - main
-on: [pull_request, push]
+on:
+  push:
+    branches:
+      - main
 
 jobs:
   gh-pages: