diff --git a/.github/workflows/start.yaml b/.github/workflows/start.yaml new file mode 100644 index 0000000..e001df2 --- /dev/null +++ b/.github/workflows/start.yaml @@ -0,0 +1,10 @@ +name: StartFlow +run-name:$ {{github.actor}} is the one pushing the changes. +on: push +jobs: + job1: + runs-on: ubuntu-latest + steps: + -name: step1 + run: echo "hey there" +