From 69dd5fcbe9ec45d4eccafd5442371848978ed3ae Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Fri, 26 Feb 2021 21:55:06 +0100 Subject: [PATCH] Update --- .github/workflows/ci.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/ci.yaml diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml new file mode 100644 index 0000000..2e259b3 --- /dev/null +++ b/.github/workflows/ci.yaml @@ -0,0 +1,13 @@ +name: ci +on: + push: + branches: + - develop + +jobs: + + fake_job: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - run: echo DONE \ No newline at end of file