Compare commits

...

2 commits

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
20dd98b2da Fix tag action (#1)
Reviewed-on: #1
2024-07-11 23:15:15 -04:00

View file

@ -1,7 +1,9 @@
name: Deploy
on:
tag:
push:
tags:
- '*'
jobs:
deploy: