diff --git a/.github/policies/kiota-http-guzzle-php-branch-protection.yml b/.github/policies/kiota-http-guzzle-php-branch-protection.yml index 0a601e5..d709b49 100644 --- a/.github/policies/kiota-http-guzzle-php-branch-protection.yml +++ b/.github/policies/kiota-http-guzzle-php-branch-protection.yml @@ -7,7 +7,7 @@ resource: repository configuration: branchProtectionRules: - - branchNamePattern: dev + - branchNamePattern: main # This branch pattern applies to the following branches as of 06/09/2023 14:08:44: # dev diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 46f714f..772bba6 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -3,9 +3,9 @@ name: Build on: workflow_dispatch: push: - branches: [ main, dev ] + branches: [ main ] pull_request: - branches: [ main, dev ] + branches: [ main ] permissions: contents: read