feat: add separate action for PRs vs pushes to main
All checks were successful
Build and Deploy Staging / build_and_deploy (pull_request) Successful in 2m22s

This commit is contained in:
Devin Haska 2025-04-14 20:55:51 -07:00
parent e7df33f43c
commit 152293bbe4
2 changed files with 39 additions and 1 deletions

View file

@ -1,5 +1,8 @@
name: Build and Deploy
on: [push]
on:
push:
branches:
- main
jobs:
build_and_deploy: