Merge pull request #34 from DOI-DO/nmb/backend-rollout-plans

More specific backend rollout plans
This commit is contained in:
Neil MartinsenBurrell 2024-12-12 09:19:25 -06:00 committed by GitHub
commit 7c02c40ee6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 9 deletions

View file

@ -1,9 +1,5 @@
name: Deploy Backend Main
on:
push:
branches: [main]
paths:
- "data/**"
on: workflow_dispatch
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true