Skip to content

Commit

Permalink
Create developer-sandbox-ci.yml
Browse files Browse the repository at this point in the history
new ci workflow
  • Loading branch information
AlanBCole authored Sep 30, 2024
1 parent 3fa5488 commit 7bbb0d4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/developer-sandbox-ci.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7bbb0d4

Please sign in to comment.