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