trigger pages workflow only on push to main

This commit is contained in:
joeycastillo 2021-12-14 12:07:13 -06:00 committed by GitHub
parent e8e9a0e2d8
commit b903c9665f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,9 @@
name: GitHub Pages name: GitHub Pages
#on: on:
# push: push:
# branches: branches:
# - main - main
on: [pull_request, push]
jobs: jobs:
gh-pages: gh-pages: