ci: add action to build and deploy automatically upon push
All checks were successful
/ test (push) Successful in 29s

This commit is contained in:
SebinNyshkim 2025-04-21 15:27:13 +02:00
parent 170f3c6b53
commit 87d35ce63d

View file

@ -0,0 +1,6 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good