From 59770fa096505e938b7736258806fe914ad2647f Mon Sep 17 00:00:00 2001 From: Andrew Simard <41052272+500Foods@users.noreply.github.com> Date: Fri, 17 May 2024 23:56:35 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3a72bdc..c7b8ad1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,10 +1,6 @@ name: Count Lines of Code on: -# push: -# branches: [ main ] -# pull_request: -# branches: [ main ] workflow_dispatch: jobs: @@ -49,6 +45,8 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v5 with: - skip_dirty_check: true + skip_dirty_check: true branch: main file_pattern: 'README.md' + push_options: '--force' + commit_options: '--no-verify'