diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 00000000..4290818a --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,8 @@ +name: testing github actions +on: workflow_dispatch +jobs: + testing: + runs-on: ubuntu-latest + steps: + - name: test + run: echo "running workflow" \ No newline at end of file