Skip to content

Commit 2aa03e2

Browse files
committed
Added a fix to the workflow commit bug
1 parent 52d729a commit 2aa03e2

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build_icons.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
name: Build Icons
2-
on: push
2+
on:
3+
pull_request:
4+
branches:
5+
- build-integrate
36
jobs:
47
build:
58
name: Get Fonts From Icomoon
69
runs-on: windows-2019
710
steps:
811
- uses: actions/checkout@v2
9-
with:
12+
with:
1013
ref: ${{ github.head_ref }}
1114
- name: Set up Python 3.8
1215
uses: actions/setup-python@v2

built_files/fonts/devicon.eot

0 Bytes
Binary file not shown.

built_files/fonts/devicon.ttf

0 Bytes
Binary file not shown.

built_files/fonts/devicon.woff

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)