Skip to content

Commit

Permalink
ci: run readme on push
Browse files Browse the repository at this point in the history
  • Loading branch information
loiccoyle committed Jul 6, 2024
1 parent 2b23a7d commit f802c4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
readme:
runs-on: ubuntu-latest
needs: tests
if: github.event_name == 'push' && github.repository == 'loiccoyle/phomo' && github.ref_name == 'main'
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -100,7 +101,7 @@ jobs:
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "docs: update readme"
commit_message: "docs(readme): update help message"
branch: ${{ github.head_ref }}
commit_user_name: github-actions[bot]
commit_user_email: github-actions[bot]@users.noreply.github.com
Expand Down

0 comments on commit f802c4f

Please sign in to comment.