Update .gitea/workflows/deploy.yaml
All checks were successful
Deploy ajet.fyi / Explore-Gitea-Actions (push) Successful in 1s

This commit is contained in:
Adam Jeniski 2025-09-10 10:26:14 -09:00
parent 367c1abf6a
commit 2654c7a4bb

View File

@ -1,6 +1,9 @@
name: Deploy ajet.fyi name: Deploy ajet.fyi
run-name: ${{ gitea.actor }} is deploying ajet.fyi run-name: ${{ gitea.actor }} is deploying ajet.fyi
on: [push] on:
push:
branches:
- main
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions: