1
0
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:
Thomas Bui
2020-09-03 18:07:06 -07:00
parent 52d729a49b
commit 2aa03e26c8
4 changed files with 5 additions and 2 deletions

View File

@@ -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.