Skip to content

Commit

Permalink
chore: Use main as default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu committed Sep 5, 2024
1 parent 260d6f5 commit 02bfae0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02bfae0

Please sign in to comment.