diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e65fb2b..831e2a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: run: go test ./... push: - if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/main') + if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev') && github.event.repo.name == 'featheredtoast/satisfactory-monitoring' environment: docker deploy runs-on: ubuntu-latest needs: [lint, test]