Skip to content

Commit 2ee9796

Browse files
chore: remove branch filter from pr-verify workflow
1 parent 513e7b9 commit 2ee9796

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This repository is a catalogue of reusable Azure Bicep modules published to Azur
1919
## Build and Validation
2020

2121
- **Local validation**: `az bicep build --file modules/<name>/main.bicep`
22-
- **GitHub Actions**: `build-and-test.yml` validates all modules on feature/bugfix/hotfix branches; `pr-verify.yml` validates on PRs to main; `codequality.yml` runs SonarCloud scanning, DevOps secure scanning, and dependency review.
22+
- **GitHub Actions**: `build-and-test.yml` validates all modules on feature/bugfix/hotfix branches; `pr-verify.yml` validates on all PRs; `codequality.yml` runs SonarCloud scanning, DevOps secure scanning, and dependency review.
2323
- **Azure DevOps**: `release-to-production.yml` lints and publishes modules to ACR via `spn-bicep-modules-production`.
2424

2525
## Versioning and Publishing

.github/workflows/pr-verify.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: PR Verify
22

33
on:
44
pull_request:
5-
branches:
6-
- main
75
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
86

97
permissions: {}

0 commit comments

Comments
 (0)