1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-27 16:20:43 +02:00

Fixed a bug where workflow trigger got reverted back to push

This commit is contained in:
Thomas Bui
2020-09-02 09:54:49 -07:00
parent 5aa1708d99
commit 0a71b13eb9

View File

@@ -1,5 +1,11 @@
name: Build Icons
on: push
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Get Fonts From Icomoon