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 600770c commit cddd434
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/terraform_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ on:
branches: ["*"]
tags:
- "v*.*.*"
pull_request:
branches:
- '**'
paths:
- 'frontend/charm/**'
- 'backend/charm/**'
# pull_request_review:
# on:
# pull_request_review:
# types:
# - submitted
pull_request:
branches:
- '**'
# paths:
# - 'frontend/charm/**'
# - 'backend/charm/**'
Expand Down

0 comments on commit cddd434

Please sign in to comment.