From a07dcbdc37d570e0157a66a42c4ee1b8db587ae0 Mon Sep 17 00:00:00 2001 From: jack bond-preston Date: Fri, 10 Jun 2022 04:15:37 +0100 Subject: [PATCH] github actions --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: