Merge pull request #38 from Moonlite-Media/workflow-update

Added dockerfile to workflow
This commit is contained in:
Logan Olson 2024-11-07 09:36:23 -06:00 committed by GitHub
commit 6df7fe2fe0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,8 @@ on:
branches:
- master
paths:
- ".github/workflows/on_push_deploy_to_staging.yaml"
- 'Dockerfile'
- '.github/workflows/on_push_deploy_to_staging.yaml'
# TODO: Decide if we want to add other file changes here.
# TODO: Decide how we handle updating this forked copy.
jobs: