Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
crpietschmann committed Mar 12, 2024
1 parent 2d590d6 commit f49730b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/validate-iac-bicep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Validate IaC - Azure Bicep
on:
push:
branches: [ main ]
paths:
- 'Iac/Bicep/**'
# paths:
# - 'Iac/Bicep/**'
pull_request:
branches: [ main ]
paths:
- 'Iac/Bicep/**'
# paths:
# - 'Iac/Bicep/**'
workflow_dispatch:

permissions:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/validate-iac-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Validate IaC - Terraform
on:
push:
branches: [ main ]
paths:
- 'Iac/Terraform/**'
# paths:
# - 'Iac/Terraform/**'
pull_request:
branches: [ main ]
paths:
- 'Iac/Terraform/**'
# paths:
# - 'Iac/Terraform/**'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit f49730b

Please sign in to comment.