diff options
author | joeycastillo <joeycastillo@utexas.edu> | 2021-12-14 12:07:13 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 12:07:13 -0600 |
commit | b903c9665f0d975c60e248f6fb1c2cab0273d452 (patch) | |
tree | 360628c252c825176208ffe185d2bd3e2fe263b6 /.github | |
parent | e8e9a0e2d86d37fa0354b3475c907eae1bf5a6dd (diff) | |
download | Sensor-Watch-b903c9665f0d975c60e248f6fb1c2cab0273d452.tar.gz Sensor-Watch-b903c9665f0d975c60e248f6fb1c2cab0273d452.tar.bz2 Sensor-Watch-b903c9665f0d975c60e248f6fb1c2cab0273d452.zip |
trigger pages workflow only on push to main
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/gh-pages.yml | 9 |
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: |