diff options
| author | 2021-03-10 20:10:56 +0300 | |
|---|---|---|
| committer | 2021-03-10 20:10:56 +0300 | |
| commit | 9d6ff9246b86759ebb48e22d863b132bc06e8def (patch) | |
| tree | 02de568d7ca142f43c55b5b046654a50bf78e994 /.github/workflows | |
| parent | Modifies Silence Tests (diff) | |
| parent | Delete repo specific FUNDING.yml file in favour of org one in python-discord/... (diff) | |
Merge branch 'master' into voicechannel-mute
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/deploy.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5a4aede30..0caf02308 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,6 +10,7 @@ on: jobs: build: + environment: production if: github.event.workflow_run.conclusion == 'success' name: Build & Push runs-on: ubuntu-latest |