move workflows to their place

This commit is contained in:
2024-02-26 15:21:20 +01:00
parent 494278875b
commit 48e7e414dd
10 changed files with 0 additions and 0 deletions

View File

View File

View File

0
.github/workflows/CI/go_build.yml vendored Normal file
View File

0
.github/workflows/CI/go_lint.yml vendored Normal file
View File

0
.github/workflows/CI/go_test.yml vendored Normal file
View File

0
.github/workflows/CI/svelte_build.yml vendored Normal file
View File

0
.github/workflows/CI/svelte_lint.yml vendored Normal file
View File

5
.github/workflows/cd.yml vendored Normal file
View File

@@ -0,0 +1,5 @@
name: Continuous Deployment
on:
push:
branches:
- master

2
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,2 @@
name: Continuous Integration
on: push