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 2180bed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .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 Down

0 comments on commit 2180bed

Please sign in to comment.