Skip to content

Commit

Permalink
👷 Update CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshHeng committed Sep 15, 2024
1 parent 5a5ab02 commit bc0f4b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down

0 comments on commit bc0f4b5

Please sign in to comment.