Feature/ci container #14

Merged
niko merged 2 commits from feature/ci-container into main 2026-06-16 07:16:47 +03:00
Showing only changes of commit 0bc4348b04 - Show all commits
+6 -2
View File
@@ -1,7 +1,11 @@
name: Hello World (Manual) name: Hello World (Manual)
on: workflow_dispatch on:
workflow_dispatch:
push:
# branches: [ main ] # Tai [ feature/ci-container ]
branches: [feature/ci-container]
jobs: jobs:
greet: greet:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: echo "Hello from manual dispatch, ${{ github.actor }}" - run: echo "Hello"