mirror of https://github.com/hykilpikonna/AquaDX
[F] AquaMai upload task shouldn't run on PR builds
parent
4834363fb5
commit
07631e9b02
|
@ -55,7 +55,7 @@ jobs:
|
|||
path: AquaMai\Output\Upload
|
||||
|
||||
- name: Send to Telegram
|
||||
if: github.ref_name == 'v1-dev'
|
||||
if: github.event_name != 'pull_request_target'
|
||||
run: |
|
||||
$Uri = "https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendMediaGroup"
|
||||
$Form = @{
|
||||
|
|
Loading…
Reference in New Issue