[CI] let tests run always

This commit is contained in:
Riesi 2022-02-05 09:57:43 +01:00 committed by GitHub
parent e69f296b37
commit dee431e210
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: