Skip to content

Commit

Permalink
Deploy test code to beta env.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdconn00 committed Feb 22, 2024
1 parent d92cad3 commit 9aa629f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Deploy to Development

on:
push:
branches: [development]
branches: [DD_fix-removal-email-check]

jobs:
build-docker-image:
Expand All @@ -11,7 +11,7 @@ jobs:
- name: Checkout master
uses: actions/checkout@v2
with:
ref: "development"
ref: "DD_fix-removal-email-check"
- name: Log in to container registry
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 9aa629f

Please sign in to comment.