Skip to content

Commit 46566b4

Browse files
committed
Add simple test workflow
1 parent 98f3a2a commit 46566b4

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/test-simple.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Simple Test Workflow
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
test:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Simple echo
11+
run: echo "Hello from GitHub Actions"

0 commit comments

Comments
 (0)