We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba612f commit f87abc9Copy full SHA for f87abc9
.github/workflows/first-workflow.yml
@@ -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