diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml new file mode 100644 index 0000000000..599e2b22e0 --- /dev/null +++ b/.github/workflows/build_test_deploy.yml @@ -0,0 +1,13 @@ +name: CI Pipeline + +on: + workflow_dispatch: + +jobs: + foo: + runs-on: ubuntu-20.04 + steps: + - name: Checkout code + uses: actions/checkout@v3 + with: + fetch-depth: 5 \ No newline at end of file