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:
7
.github/workflows/build_icons.yml
vendored
7
.github/workflows/build_icons.yml
vendored
@@ -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.
Reference in New Issue
Block a user