mirror of
https://github.com/konpa/devicon.git
synced 2025-08-13 18:14:21 +02:00
Update .github/workflows/build_icons.yml
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
This commit is contained in:
10
.github/workflows/build_icons.yml
vendored
10
.github/workflows/build_icons.yml
vendored
@@ -1,5 +1,13 @@
|
|||||||
name: Build Icons
|
name: Build Icons
|
||||||
on: push
|
on:
|
||||||
|
# Trigger the workflow on push or pull request,
|
||||||
|
# but only for the master branch
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Reference in New Issue
Block a user