1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-15 11:04:13 +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 name: Build Icons
on: push on:
pull_request:
branches:
- build-integrate
jobs: jobs:
build: build:
name: Get Fonts From Icomoon name: Get Fonts From Icomoon
runs-on: windows-2019 runs-on: windows-2019
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
- name: Set up Python 3.8 - name: Set up Python 3.8
uses: actions/setup-python@v2 uses: actions/setup-python@v2

Binary file not shown.

Binary file not shown.

Binary file not shown.