Skip to content

Commit fe0baa6

Browse files
authored
Create my-first-workflow.yml
1 parent d295bc3 commit fe0baa6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: My First Workflow
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
demo:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Shell Demo
11+
run: echo "Hej flutter.com Devs 👋"

0 commit comments

Comments
 (0)