diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index f2070c6..d1b229a 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: ['feat/website'] + branches: ['feat/website', 'master'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: