Skip to content

Commit

Permalink
Merge pull request #6 from lsst-dm/u/tobyj/implement_ci
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
tcjennings authored Dec 13, 2024
2 parents ddc9ef8 + 1de6c84 commit d5eff02
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ env:

"on":
merge_group: {}
pull_request: {}
pull_request:
branches:
- main
push:
branches-ignore:
# These should always correspond to pull requests, so ignore them for
Expand Down Expand Up @@ -78,11 +80,13 @@ jobs:
with:
fetch-depth: 0

- uses: lsst-sqre/build-and-push-to-ghcr@v1
- uses: lsst-sqre/build-and-push-to-ghcr@u/tobyj/docker_target
id: build
with:
image: ${{ github.repository }}
target: runtime-image
github_token: ${{ secrets.GITHUB_TOKEN }}
push: false

# Release -- when PR is merged to main, bump version, make tag, recommit
release:
Expand Down

0 comments on commit d5eff02

Please sign in to comment.