From bc0f4b5c3e4d24f55c6016a086524265f4139ee7 Mon Sep 17 00:00:00 2001 From: Josh Heng Date: Sun, 15 Sep 2024 18:09:54 +0100 Subject: [PATCH] :construction_worker: Update CI/CD --- .github/workflows/nextjs.yml | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 62ef327..3a903be 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -7,7 +7,7 @@ name: Deploy Next.js site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["production"] + branches: ["main","production"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/README.md b/README.md index 8b627f8..5fca35d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Warwick Student Arts Festival 2024 Website > This is the public website for the Warwick Student Arts Festival, written in [Next.js](https://nextjs.org/). +**NOTE: This website has now been archived. The main and production branches will both push to 2024.wsaf.org.uk on GitHub +Pages.** + ## Running the Website You will need to have installed NodeJS v20 and NPM for this to work. If you haven't already done this, you can install the LTS version [here](https://nodejs.org/en/download).