mirror of
https://github.com/konpa/devicon.git
synced 2025-08-27 00:07:47 +02:00
Fixed a bug where workflow trigger got reverted back to push
This commit is contained in:
8
.github/workflows/build_icons.yml
vendored
8
.github/workflows/build_icons.yml
vendored
@@ -1,5 +1,11 @@
|
||||
name: Build Icons
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
name: Get Fonts From Icomoon
|
||||
|
Reference in New Issue
Block a user