This commit is contained in:
Dmytro Tkachenko
2024-10-22 23:49:24 +03:00
parent 2435200b8c
commit f51a3ab6fa
+6 -1
View File
@@ -1,6 +1,11 @@
name: Build Action
run-name: Test is testing out Gitea Actions 🚀
on: [push]
on:
schedule:
- cron: * * * * *
push:
branches:
- main
jobs:
Run-Build: