diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index b7e0410..d94cef6 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["main","feat/audio"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: