diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index a6b48cb..691fd78 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -5,6 +5,8 @@ on: # Runs on pushes targeting the default branch push: branches: ["main"] + paths: + - 'Web/**/**.*' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: