From 69557e801966bdd6d8b425524203fca294e96130 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Tue, 14 Mar 2023 15:01:26 -0700 Subject: [PATCH] Always update dist --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 549d41f..81624f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,6 @@ on: branches: - main pull_request: - release: jobs: build: @@ -28,7 +27,6 @@ jobs: directory: 'dist' js_engine: 'uglify-js' - name: Commit Distribution Files - if: ${{ github.event_name == 'release' }} uses: stefanzweifel/git-auto-commit-action@v4 with: repository: 'dist'