diff --git a/.github/workflows/dev-container.yml b/.github/workflows/dev-container.yml index 7bfa1ab..1ea247f 100644 --- a/.github/workflows/dev-container.yml +++ b/.github/workflows/dev-container.yml @@ -3,10 +3,10 @@ on: workflow_dispatch: pull_request: branches: - - main + - deployment push: branches: - - main + - deployment tags: - '*' @@ -64,4 +64,4 @@ jobs: configFile: ./.devcontainer/${{ matrix.config }}/devcontainer.json push: always imageTag: ${{ matrix.config }}-${{ env.BRANCH }} - #runCmd: "bash .devcontainer/run-ci.sh" \ No newline at end of file + #runCmd: "bash .devcontainer/run-ci.sh"