Skip to content

Commit

Permalink
build for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-hanheide authored Sep 20, 2024
1 parent 508fc47 commit 12fcc74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ on:
workflow_dispatch:
pull_request:
branches:
- main
- deployment
push:
branches:
- main
- deployment
tags:
- '*'

Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:
configFile: ./.devcontainer/${{ matrix.config }}/devcontainer.json
push: always
imageTag: ${{ matrix.config }}-${{ env.BRANCH }}
#runCmd: "bash .devcontainer/run-ci.sh"
#runCmd: "bash .devcontainer/run-ci.sh"

0 comments on commit 12fcc74

Please sign in to comment.