diff options
| author | 2021-03-12 08:09:11 -0800 | |
|---|---|---|
| committer | 2021-03-12 08:09:11 -0800 | |
| commit | b6fea4ad35784aa3ed744e49fd71e58a868bf177 (patch) | |
| tree | eb3da0431db9114649ef29e085aad8046e022acb /.github | |
| parent | Restrict non-staffer to one snowflake at the time (diff) | |
| parent | Fix typo in the token remover (diff) | |
Merge branch 'master' into many-snowflakes
Diffstat (limited to '.github')
| -rw-r--r-- | .github/FUNDING.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/deploy.yml | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 6d9919ef2..000000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,2 +0,0 @@ -patreon: python_discord -custom: https://www.redbubble.com/people/pythondiscord 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 |