Compare commits

...

2 commits

Author SHA1 Message Date
ca490feab4
Quote it
All checks were successful
Deploy / deploy (push) Successful in 41s
2024-07-12 20:57:00 -04:00
867e7f2edf
Allow any tag to trigger 2024-07-12 20:55:30 -04:00

View file

@ -3,6 +3,7 @@ name: Deploy
on:
push:
tags:
- '*'
jobs:
deploy: