Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Disable the deployment job on forked repos
Commit 7f85413 (#37) added a workflow that pushes images to Amazon ECR and Docker Hub, but the deployment job also ran on forks. This meant that a push to the `master` branch of a fork would produce a failing CI check. This commit causes the deployment job to be skipped on forks.
- Loading branch information