Skip to content

Commit 5b8244c

Browse files
committed
Add pattern to tag workflow trigger
1 parent eb55394 commit 5b8244c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
tags:
8+
- '*'
89

910
env:
1011
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 commit comments

Comments
 (0)