Skip to content

Commit

Permalink
run devcontainer build on beta tags as well
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Nov 28, 2024
1 parent 36e36fd commit 2f154c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ jobs:
- run: docker run -v $(pwd):/docs --user $(id -u):$(id -g) --entrypoint mkdocs ghcr.io/srl-labs/mkdocs-material-insiders:$MKDOCS_INS_VER gh-deploy --force --strict

build-devcontainer:
if: startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '-') != true
if: startsWith(github.ref, 'refs/tags/v')
needs: build-and-release
uses: ./.github/workflows/build-devcontainer.yml
with:
Expand Down

0 comments on commit 2f154c1

Please sign in to comment.