diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index f2f4961..d4828ba 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -5,8 +5,12 @@ on: pull_request: # Runs on push/merge to main to deploy the new website + # Only run if the push updates website sources push: - branches: [main] + paths: + - src/** + branches: + - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: