main #3

Merged
Dmitry_Tkachenko merged 30 commits from main into develop 2024-10-22 23:58:46 +03:00
Showing only changes of commit f51a3ab6fa - Show all commits
+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: