update staging and prod workflows to match
Some checks failed
Deploy datapack to prod / Build (push) Failing after 4s

This commit is contained in:
themodernhakr 2025-03-08 20:10:28 -06:00
parent 40c65b677d
commit 94120467a7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: Deploy datapack to prod
on:
pull_request:
push:
branches: [master]
jobs:
build:

View File

@ -1,6 +1,6 @@
name: Deploy datapack to prod
on:
pull_request:
push:
branches: [staging]
jobs:
build: