Skip to content

Commit

Permalink
Merge pull request #64 from CuBoulder/ci-workflow
Browse files Browse the repository at this point in the history
Create developer-sandbox-ci.yml
  • Loading branch information
jcsparks authored Oct 3, 2024
2 parents 3fa5488 + 7bbb0d4 commit 2bb1e33
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 2bb1e33

Please sign in to comment.