1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-11 00:54:36 +02:00

Update .github/workflows/build_icons.yml

Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
This commit is contained in:
Thomas Bui
2020-08-31 23:11:15 -07:00
committed by GitHub
parent 24efc9af43
commit 7d8b3cb743

View File

@@ -1,5 +1,13 @@
name: Build Icons
on: push
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
@@ -22,4 +30,4 @@ jobs:
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Built new icons, icomoon.json and devicon.css
commit_message: Built new icons, icomoon.json and devicon.css