From 0b3a66664b5a38c4ac7415b398a3dc46c47d0b00 Mon Sep 17 00:00:00 2001 From: Brian Cristante <33549821+brcrista@users.noreply.github.com> Date: Tue, 17 Aug 2021 13:47:37 -0400 Subject: [PATCH] Update .github/workflows/check-dist.yml --- .github/workflows/check-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index f189424..d5d68d6 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -4,7 +4,7 @@ # For our project, we generate this file through a build process # from other source files. # We need to make sure the checked-in `index.js` actually matches what we expect it to be. -name: Check dist/ +name: Check dist on: push: