Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderilyin committed Dec 19, 2024
1 parent b4d6dd4 commit d6347f5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"features": {
"ghcr.io/devcontainers/features/common-utils": {
"version": "2.5.2",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:5b1c376d30719a4dead8fb2f272ee496cfb506f2f92b7acf9e1c24cb5399ba7d",
"integrity": "sha256:5b1c376d30719a4dead8fb2f272ee496cfb506f2f92b7acf9e1c24cb5399ba7d"
},
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"version": "2.12.0",
"resolved": "ghcr.io/devcontainers/features/docker-in-docker@sha256:5f3e2005aad161ce3ff7700b2603f11935348c039f9166960efd050d69cd3014",
Expand All @@ -9,6 +14,20 @@
"version": "1.7.0",
"resolved": "ghcr.io/devcontainers/features/python@sha256:8452f39db0852420728c9f7503dd94b3fc71aa558b5e7c8f6f9ce6687e494ae3",
"integrity": "sha256:8452f39db0852420728c9f7503dd94b3fc71aa558b5e7c8f6f9ce6687e494ae3"
},
"ghcr.io/partcad/devcontainers-features/apt:2": {
"version": "2.0.0",
"resolved": "ghcr.io/partcad/devcontainers-features/apt@sha256:285ee2907fe57bd2f69b021e3eb72d78ff8116b3a4f93bd8dea1249b88a18310",
"integrity": "sha256:285ee2907fe57bd2f69b021e3eb72d78ff8116b3a4f93bd8dea1249b88a18310"
},
"ghcr.io/partcad/devcontainers-features/starship:2": {
"version": "2.0.1",
"resolved": "ghcr.io/partcad/devcontainers-features/starship@sha256:8ae2df858097ac1c782a125d9dbd8a8027efd6181f7d97ef6a012ea90813d4c1",
"integrity": "sha256:8ae2df858097ac1c782a125d9dbd8a8027efd6181f7d97ef6a012ea90813d4c1",
"dependsOn": [
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/partcad/devcontainers-features/apt:2"
]
}
}
}
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
deploy:
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/transfer' }}
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit d6347f5

Please sign in to comment.