3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-07-06 13:37:28 +02:00

Wrong default branch trigger.

This commit is contained in:
Alex Belanger 2024-03-08 20:47:47 -05:00
parent ee0714e853
commit 04b3567b06
No known key found for this signature in database
GPG Key ID: 31736D2B10A5F158

View File

@ -3,7 +3,7 @@ name: Deploy cantdidnt for Libera
on:
push:
branches:
- $default-branch
- ${{ github.event.repository.default_branch }}
env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}