From c5b9c578d7168598673ecb5cdc0a7d23c47380c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Vassbotn=20R=C3=B8yne-Helgesen?= Date: Fri, 8 Dec 2023 15:11:22 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Remove=20paths=20check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 6d88424..37884c5 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -7,23 +7,10 @@ on: # Triggers the workflow on push or pull request events but only for the "main" branch push: branches: [ "main" ] - paths: - - 'src' - - 'package.json' - - 'package-lock.json' - - 'rollup.config.js' - - 'tsconfig.json' - - '.npmrc' pull_request: branches: [ "main" ] types: [opened, synchronize] # Workflow triggering events - paths: - - 'src' - - 'package.json' - - 'package-lock.json' - - 'rollup.config.js' - - 'tsconfig.json' - - '.npmrc' + # Allows you to run this workflow manually from the Actions tab workflow_dispatch: