Skip to content

Commit

Permalink
Merge pull request #16 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 e19bd8d + 87f435f commit 95f51a0
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 95f51a0

Please sign in to comment.