From 4e88e6680ac85b48fee236953d6337ba6b058246 Mon Sep 17 00:00:00 2001 From: Jeff Wong Date: Sun, 10 Nov 2024 13:51:41 -0800 Subject: [PATCH] only build on og repo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69790f6..e77c620 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/dev') + if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev') && github.repository == 'featheredtoast/satisfactory-monitoring' environment: docker deploy runs-on: ubuntu-latest needs: [lint, test]