diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 3e10be1..102f90c 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -2,10 +2,10 @@ name: GitHub Pages on: - # Runs on pushes targeting the default branch + # Runs on pushes targeting the master branch push: branches: - - develop + - master # Allows you to run this workflow manually from the Actions tab workflow_dispatch: