Skip to content

Commit

Permalink
Merge pull request #11 from Hekku2/feat/manual-iac-ci
Browse files Browse the repository at this point in the history
Make build-iac manual for testing
  • Loading branch information
Hekku2 authored Jun 30, 2024
2 parents a6fb921 + b1c7cff commit d77e026
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/build-iac.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: Build and test infrastructure

on:
push:
branches: [ "main" ]
paths:
- "infra/*.bicep"
pull_request:
branches: [ "main" ]
paths:
- "infra/*.bicep"
on: workflow_dispatch

#push:
# branches: [ "main" ]
# paths:
# - "infra/*.bicep"
#pull_request:
# branches: [ "main" ]
# paths:
# - "infra/*.bicep"

jobs:
build:
Expand Down

0 comments on commit d77e026

Please sign in to comment.