mirror of
https://github.com/konpa/devicon.git
synced 2025-08-13 18:14:21 +02:00
Added a fix to the workflow commit bug
This commit is contained in:
7
.github/workflows/build_icons.yml
vendored
7
.github/workflows/build_icons.yml
vendored
@@ -1,12 +1,15 @@
|
||||
name: Build Icons
|
||||
on: push
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- build-integrate
|
||||
jobs:
|
||||
build:
|
||||
name: Get Fonts From Icomoon
|
||||
runs-on: windows-2019
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
- name: Set up Python 3.8
|
||||
uses: actions/setup-python@v2
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user