diff --git a/.github/workflows/developer-sandbox-ci.yml b/.github/workflows/developer-sandbox-ci.yml new file mode 100644 index 0000000..193145d --- /dev/null +++ b/.github/workflows/developer-sandbox-ci.yml @@ -0,0 +1,9 @@ +name: developers-sanbox-ci +on: + push: + branches: [main] + +jobs: + run-ci: + uses: CuBoulder/action-collection/.github/workflows/trigger-dev-ci.yml@main + secrets: inherit