actions to run only on push to main
All checks were successful
deploy updated site / rsync the directories (push) Successful in 34s

This commit is contained in:
Camille Frantz 2024-11-08 09:40:34 -06:00
parent 49a0c208c3
commit c74278ddc1
Signed by: fyrfli
SSH Key Fingerprint: SHA256:cyNGncrLxKXAgYC96dYNROnQKikLInzrpiMraZdqyhY

View File

@ -1,5 +1,7 @@
on:
push:
branches:
- main
name: deploy updated site
jobs:
deploy: