chore: minor gh actions improvement

This commit is contained in:
Daniel Gibbs 2022-06-05 20:11:06 +01:00
parent 429ec6d9a1
commit 0aebbc75a2
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
name: Deploy to GitHub Pages
on:
push:
branches: [master]

View File

@ -1,5 +1,6 @@
# GitHub Action uses SVGO to Minify and removeDimensions of SVG files
name: Optimize SVG Files
on:
push:
branches: [master]