diff options
| -rw-r--r-- | .github/workflows/build.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/pull_requests.yml | 2 | ||||
| -rw-r--r-- | 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: @@ -1,5 +1,5 @@ # Pantry -[](https://github.com/kjhoerr/pantry/actions/workflows/build.yml) [](https://blueoakcouncil.org/license/1.0.0) +[](https://github.com/kjhoerr/pantry/actions/workflows/build.yml) [](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. |
