enable experimental deployment tag

This commit is contained in:
GroovieGermanikus 2024-02-27 16:02:28 +01:00
parent 1515ee2119
commit 45d72fa10c
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ name: Deploy to Fly
on:
push:
branches: [main]
branches: [main]
tags: ['experimental/*']
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}