Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Dec 6, 2023
1 parent c7f1d20 commit e02817a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy_aks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
- 760-technical-guidance-migration
# pull_request:
# branches:
# - master

concurrency: deploy-${{ github.ref }}

Expand Down Expand Up @@ -44,7 +45,7 @@ jobs:

- name: Prepare matrix environments for production
id: matrix-env-main
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
if: github.event_name == 'push'
run: |
echo "matrix-environment=development" >> $GITHUB_OUTPUT
echo "matrix-environment=production" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit e02817a

Please sign in to comment.