diff --git a/.github/workflows/demo1.yml b/.github/workflows/demo1.yml new file mode 100644 index 0000000..08c7213 --- /dev/null +++ b/.github/workflows/demo1.yml @@ -0,0 +1,8 @@ +name : changes-received! +'on': push +jobs: + my-job: + runs-on: ubuntu-latest + steps: + - name: my-step + run: echo "File received!"