From 9e156a16ffd7eb6ed9103bd8ef7705498f8c0c03 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Mon, 18 Aug 2025 12:34:50 -0400 Subject: Switch to main as default branch --- .github/workflows/build.yml | 2 +- .github/workflows/pull_requests.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c459ee..8a72677 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ name: Pantry build on: push: branches: - - trunk + - main tags: - v* diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 16bcb8e..bc43317 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -2,7 +2,7 @@ name: Pantry PR on: pull_request: - branches: [ "trunk" ] + branches: [ "main" ] jobs: react: diff --git a/README.md b/README.md index 8ab380b..ac2eee4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Pantry -[![Pantry build](https://github.com/kjhoerr/pantry/actions/workflows/build.yml/badge.svg?branch=trunk)](https://github.com/kjhoerr/pantry/actions/workflows/build.yml) [![License: BlueOak 1.0.0](https://img.shields.io/badge/License-BlueOak_1.0.0-green.svg)](https://blueoakcouncil.org/license/1.0.0) +[![Pantry build](https://github.com/kjhoerr/pantry/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/kjhoerr/pantry/actions/workflows/build.yml) [![License: BlueOak 1.0.0](https://img.shields.io/badge/License-BlueOak_1.0.0-green.svg)](https://blueoakcouncil.org/license/1.0.0) This project uses [Quarkus](https://quarkus.io/) and a React application based on [Create React App](https://create-react-app.dev/) in a monorepo. [GraphQL](https://graphql.org/) is used as the API, with [MongoDB](https://www.mongodb.com/) as the main store and styled with [Tailwind CSS](https://tailwindcss.com/) and components. -- cgit