mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
fix: only deploy to beta bot from main branch
This commit is contained in:
parent
bd166502cc
commit
a26fc4fd6c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
|
|
@ -28,6 +28,7 @@ jobs:
|
|||
cache-from: type=registry,ref=ghcr.io/xske/pluralkit:${{ env.BRANCH_NAME }}
|
||||
cache-to: type=inline
|
||||
- name: "Update Beta Bot"
|
||||
if: contains(github.ref, "main")
|
||||
uses: fjogeleit/http-request-action@master
|
||||
with:
|
||||
url: https://api-beta.pluralkit.me/v1/update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue