diff options
author | 2021-07-19 16:00:44 +0100 | |
---|---|---|
committer | 2021-07-19 16:00:44 +0100 | |
commit | ab12f11bd9659fe8b4956db91fe2139feb576b46 (patch) | |
tree | efb7e5977ecdae969a456bafa0952e11f2e13f35 | |
parent | Correct usage of interaction.respond in deployments (diff) |
Update lint-build-deploy.yaml
-rw-r--r-- | .github/workflows/lint-build-deploy.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/lint-build-deploy.yaml b/.github/workflows/lint-build-deploy.yaml index 629ab69..141bd46 100644 --- a/.github/workflows/lint-build-deploy.yaml +++ b/.github/workflows/lint-build-deploy.yaml @@ -74,6 +74,7 @@ jobs: [flake8] %(code)s: %(text)s'" build: + if: github.ref == 'refs/heads/main' name: Build & Push runs-on: ubuntu-latest |