diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e7b530e..0600ba0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,8 +7,7 @@ on: # Triggers the workflow on push or pull request events but only for the "master" branch push: branches: [ "master" ] - pull_request: - branches: [ "master" ] + paths: cv/** # Allows you to run this workflow manually from the Actions tab workflow_dispatch: