ci: allow builds on website branch

pull/177/head
TorchedSammy 2022-06-21 22:09:01 -04:00
parent 6e2e85a830
commit 3ef564a26d
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- website
pull_request:
jobs:
@ -26,7 +27,6 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public