Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 3 additions & 14 deletions .github/workflows/dev-build-push-ecr.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
name: DEV - N.V - Coordinate core Build and Push

on:
push:
tags:
- 'v*.*.*' # semantic version tags like v1.0.0
pull_request:
types:
- closed
branches:
- dev
workflow_dispatch:
# workflow_dispatch:
# inputs:
# environment:
# description: 'Deployment environment'
# required: true
# default: 'dev'
# type: choice
# options:
# - dev

permissions:
contents: write
Expand All @@ -31,7 +20,7 @@ env:
jobs:
build-and-push:
name: Build and Push Docker Image
# if: ${{ github.event.pull_request.merged == true }}
if: ${{ github.event.pull_request.merged == true }}
runs-on: governance-testenv-github-self-hosted

steps:
Expand Down