Deploy to GH Pages on push to main

This commit is contained in:
William Brawner 2022-08-15 03:27:27 +00:00
parent 28c13fb0f8
commit 8727fe94cd

View file

@ -1,7 +1,10 @@
name: Deploy to GitHub Pages
on:
workflow_dispatch:
push:
branches: main
tags:
- '*'
jobs:
build: