Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
500Foods authored May 18, 2024
1 parent 69a8098 commit 59770fa
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Count Lines of Code

on:
# push:
# branches: [ main ]
# pull_request:
# branches: [ main ]
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -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'

0 comments on commit 59770fa

Please sign in to comment.