Compare commits

..

1 commit
5 ... master

Author SHA1 Message Date
240a912419 Allow any tag to trigger (#2)
All checks were successful
Deploy / deploy (push) Successful in 41s
Reviewed-on: #2
2024-07-12 20:59:46 -04:00

View file

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