ci: deploy only on release branch
All checks were successful
/ Build (push) Successful in 54s

This commit is contained in:
log101 2024-06-13 16:59:12 +03:00
parent 5af2dd63c1
commit 982ff884db

View File

@ -1,5 +1,8 @@
run-name: ${{ gitea.actor }}, deploy with ssh
on: [push]
on:
push:
branches:
- "release"
env:
BUILD_PATH: "."