We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6848be commit 52d729aCopy full SHA for 52d729a
1 file changed
.github/workflows/build_icons.yml
@@ -1,17 +1,13 @@
1
name: Build Icons
2
-on:
3
- push:
4
- branches:
5
- - master
6
- pull_request:
7
8
+on: push
9
jobs:
10
build:
11
name: Get Fonts From Icomoon
12
runs-on: windows-2019
13
steps:
14
- uses: actions/checkout@v2
+ with:
+ ref: ${{ github.head_ref }}
15
- name: Set up Python 3.8
16
uses: actions/setup-python@v2
17
with:
@@ -29,5 +25,4 @@ jobs:
29
25
uses: stefanzweifel/git-auto-commit-action@v4
30
26
31
27
commit_message: Built new icons, icomoon.json and devicon.css
32
- branch: build-integrate
33
- ref: ${{ github.head_ref }}
28
+ branch: action-fix
0 commit comments