Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
CICD: Add CI/CD workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
awshuss committed Nov 17, 2023
1 parent d64beb4 commit 5c51f47
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/non-prod-selfserve-web-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: CI/CD NON PROD SELFSERVE WEB
run-name: CI/CD NON PROD SELFSERVE WEB

on:
push:
branches:
- master
pull_request:
# push:
# branches:
# - master

env:
AWS_REGION : ${{ vars.DVSA_AWS_REGION }}
Expand Down

0 comments on commit 5c51f47

Please sign in to comment.