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