Feature/ci container (#14)

Co-authored-by: moilanik <niko.moilanen@tietoevry.com>
Reviewed-on: #14
This commit is contained in:
2026-06-16 07:16:47 +03:00
parent ffc0734b65
commit 675febbf77
+11
View File
@@ -0,0 +1,11 @@
name: Hello World (Manual)
on:
workflow_dispatch:
push:
# branches: [ main ] # Tai [ feature/ci-container ]
branches: [feature/ci-container]
jobs:
greet:
runs-on: ubuntu-latest
steps:
- run: echo "Hello"