Skip to content

Commit

Permalink
Create QA environment
Browse files Browse the repository at this point in the history
  • Loading branch information
johnake committed Jan 29, 2024
1 parent 8be2e45 commit 78c7ac9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and deploy to AKS cluster

on:
push:
branches: [main]
branches: [main, 826-create-qa-environment]
pull_request:
types: [labeled, opened, reopened, synchronize]

Expand Down Expand Up @@ -90,7 +90,6 @@ jobs:
deploy_nonprod:
name: Deploy to ${{ matrix.environment }} environment
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
concurrency: deploy_${{ matrix.environment }}
needs: [build]
strategy:
Expand Down

0 comments on commit 78c7ac9

Please sign in to comment.