diff --git a/.github/workflows/push-to-master..yml b/.github/workflows/push-to-main.yml similarity index 96% rename from .github/workflows/push-to-master..yml rename to .github/workflows/push-to-main.yml index df79277..d547792 100644 --- a/.github/workflows/push-to-master..yml +++ b/.github/workflows/push-to-main.yml @@ -2,7 +2,7 @@ name: Push to Main on: push: branches: ['main'] - paths: ['output/**'] + #paths: ['output/**'] # Only run if new info was generated... # Ensures that only one deploy task per branch/environment will run at a time. concurrency: diff --git a/README.md b/README.md index 7aa3b51..63ce1b4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## DIM CUSTOM SYMBOLS -All font/symbol generation used by DIM +All font/symbol generation used by (DIM)[https://github.com/DestinyItemManager/DIM] -Thanks to @Gix3612 for setting up DIMCustomSymbols[https://github.com/DestinyItemManager/d2-additional-info/pull/441] initially, it was a long road to get here. +Thanks to (@Gix3612)[https://github.com/Gix3612] for setting up (DIMCustomSymbols)[https://github.com/DestinyItemManager/d2-additional-info/pull/441] initially, it was a long road to get here.