fix deploy workflow to not push our staging site to prod :D

This commit is contained in:
2026-02-10 13:36:07 -05:00
parent bc23226733
commit dad112a5f8

View File

@ -1,5 +1,8 @@
name: Deploy Pages
on: push
on:
push:
branches:
- 'master'
jobs:
deploy:
runs-on: ubuntu-latest