[CI] let tests run always

This commit is contained in:
Riesi 2022-02-05 09:57:43 +01:00 committed by GitHub
parent dedcfe8c31
commit 4e19d3689c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 9 deletions

View File

@ -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: