Skip to content

Commit

Permalink
Update .github/workflows/build_icons.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Clemens Bastian <[email protected]>
  • Loading branch information
Thomas-Boi and amacado authored Sep 1, 2020
1 parent 24efc9a commit 7d8b3cb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build_icons.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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

0 comments on commit 7d8b3cb

Please sign in to comment.