Skip to content

Commit

Permalink
Remove new_website from deployable branches
Browse files Browse the repository at this point in the history
The `new_website` branch is only listed while working on the new website.
There is no need to keep once the `dev-new-site` branch has been merged.
This PR can/should be merged last.
  • Loading branch information
MGaetan89 authored and utzcoz committed May 4, 2024
1 parent 5779145 commit 13c0a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Deploy website"

on:
push:
branches: [ master, "new_website" ]
branches: [ master ]

jobs:
deploy_website:
Expand Down

0 comments on commit 13c0a2d

Please # to comment.