From 4e19d3689c1dbb22ac6e4f8e0668166712f38293 Mon Sep 17 00:00:00 2001 From: Riesi Date: Sat, 5 Feb 2022 09:57:43 +0100 Subject: [PATCH] [CI] let tests run always --- .github/workflows/main.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d2a333e..000c415 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,14 +1,7 @@ name: Test SVGs -# Triggers the workflow on push / pull request events but only for the svg folder -on: - push: - paths: svg/ - pull_request: - paths: svg/ - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: +# Triggers the workflow on push / pull request events, and on manual trigger +on: [push, pull_request, workflow_dispatch] jobs: Test-SVGs: