From 7bbb0d4a8f101d4ec6340604dfe01cad7b707db7 Mon Sep 17 00:00:00 2001 From: Alan Cole Date: Mon, 30 Sep 2024 17:16:51 +0200 Subject: [PATCH] Create developer-sandbox-ci.yml new ci workflow --- .github/workflows/developer-sandbox-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/developer-sandbox-ci.yml 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