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:
8
.github/workflows/build_icons.yml
vendored
8
.github/workflows/build_icons.yml
vendored
@@ -1,5 +1,11 @@
|
|||||||
name: Build Icons
|
name: Build Icons
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Get Fonts From Icomoon
|
name: Get Fonts From Icomoon
|
||||||
|
Reference in New Issue
Block a user