Introduce using of gitea actions for updates #1

Merged
norohind merged 20 commits from actions-test into master 2023-09-09 19:06:48 +03:00
Showing only changes of commit 08cc590e44 - Show all commits

View File

@ -1,5 +1,10 @@
name: Push commit
on: push
on:
- push
- schedule:
- cron: "*/30 * * * *"
jobs:
report:
runs-on: ubuntu-latest