mirror of
https://github.com/konpa/devicon.git
synced 2025-08-30 09:40:04 +02:00
Fix check icon not running for update icon pr (#1060)
This commit is contained in:
2
.github/workflows/check_icon_pr.yml
vendored
2
.github/workflows/check_icon_pr.yml
vendored
@@ -4,7 +4,7 @@ jobs:
|
||||
check:
|
||||
name: Check the `devicon.json` and the SVGs' quality
|
||||
runs-on: ubuntu-18.04
|
||||
if: startsWith(github.event.pull_request.title, 'new icon') # only checks icon PR
|
||||
if: startsWith(github.event.pull_request.title, 'new icon') || startsWith(github.event.pull_request.title, 'update icon') # only checks icon PR
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
Reference in New Issue
Block a user