We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe94f1e commit 01e04f4Copy full SHA for 01e04f4
.github/workflows/ci.yaml
@@ -50,7 +50,7 @@ jobs:
50
# Upload devcontainer from src/s-core-devcontainer
51
- name: Publish
52
uses: devcontainers/ci@v0.3
53
- if: github.ref == 'refs/heads/main'
+ #if: github.ref == 'refs/heads/main'
54
with:
55
# We do not use the push feature of devcontainers/ci here, since that would push the wrong container.
56
# Instead, we use the publish script which pushes the correct container (residing in src/s-core-devcontainer).
0 commit comments