Skip to content

Commit

Permalink
Adjusted triggers once again
Browse files Browse the repository at this point in the history
  • Loading branch information
mz2 committed Dec 12, 2023
1 parent b1392f2 commit 600770c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/terraform_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Terraform deploy to a fresh microk8s model
on:
push:
branches: ["*"]
tags:
- "v*.*.*"
# pull_request_review:
# on:
# pull_request_review:
Expand All @@ -14,9 +16,6 @@ on:
# - 'frontend/charm/**'
# - 'backend/charm/**'
# - 'terraform/**'
push:
tags:
- "v*.*.*"
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -46,9 +45,13 @@ jobs:
- name: Set up microk8s
uses: canonical/certification-github-workflows/.github/actions/microk8s-setup@main

- name: Build charm
- name: Build API charm
run: charmcraft pack
working-directory: ./backend/charm

- name: Build frontend charm
run: charmcraft pack
working-directory: ./frontend/charm

- name: Terraform apply
run: |
Expand Down

0 comments on commit 600770c

Please sign in to comment.