From 6dff0981a13b1165067b94da8303070f17e0470b Mon Sep 17 00:00:00 2001 From: Silas Stulz Date: Sun, 17 Mar 2024 15:49:32 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 64a1f27..7e67689 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,6 @@ on: jobs: deploy-to-oz: runs-on: ubuntu-latest - environment: deployment if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true) steps: - uses: actions/checkout@v3