Skip to content

Commit f87abc9

Browse files
authored
Create first-workflow.yml
1 parent 5ba612f commit f87abc9

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: [workflow_dispatch]
4+
5+
jobs:
6+
demo:
7+
runs-on: ubuntu-latest
8+
name: My first Job
9+
steps:
10+
- run: echo "Hello Flutter 👋"
11+

0 commit comments

Comments
 (0)