Skip to content

Commit

Permalink
Merge pull request #16 from lsst-dm/u/tobyj/implement_ci
Browse files Browse the repository at this point in the history
feat: evolve workflows
  • Loading branch information
tcjennings authored Jan 10, 2025
2 parents 2f54c2d + a1b3804 commit 040e505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: "CI"
branches:
- "tickets/**"
- "u/**"
- "!main"

env:
UV_FROZEN: "1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
workflow_id: 'build.yaml',
ref: steps.release.outputs.tag
ref: ${{ steps.release.outputs.tag }}
})

0 comments on commit 040e505

Please sign in to comment.