Skip to content

Commit

Permalink
fix github ref
Browse files Browse the repository at this point in the history
  • Loading branch information
featheredtoast committed Nov 10, 2024
1 parent 3a38104 commit 14a25eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 14a25eb

Please sign in to comment.