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
All checks were successful
Build and Deploy Staging / build_and_deploy (pull_request) Successful in 2m22s
This commit is contained in:
parent
e7df33f43c
commit
152293bbe4
2 changed files with 39 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
name: Build and Deploy
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build_and_deploy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue