Skip to content

Commit

Permalink
ref_name
Browse files Browse the repository at this point in the history
  • Loading branch information
Menci committed Nov 24, 2024
1 parent 2a4968d commit 43ce0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aquamai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
path: AquaMai\Output\Upload

- name: Send to Telegram
if: github.event_name != 'pull_request'
if: github.ref_name == 'v1-dev'
run: |
$Uri = "https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendMediaGroup"
$Form = @{
Expand Down

0 comments on commit 43ce0d9

Please sign in to comment.