Initial github actions workflow for CI/CD

This commit is contained in:
2025-08-08 16:38:18 +03:00
parent 0f5196053f
commit a538504319
3 changed files with 65 additions and 0 deletions

14
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: main
on:
push:
branches:
- main
jobs:
build:
uses: ./.github/workflows/build.yml
deploy:
needs: build
uses: ./.github/workflows/deploy.yml