Skip to content

Commit

Permalink
Commit seulement si modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
plstonge authored Jan 29, 2025
1 parent a9f78ee commit 9820d92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- 'src/**'

jobs:
make:
Expand All @@ -28,5 +30,4 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add en fr solution-{en,fr}
git commit -m "Exercise and solution notebooks rebuilt"
git push
! git diff --cached --quiet && git commit -m "Exercise and solution notebooks rebuilt" && git push

0 comments on commit 9820d92

Please sign in to comment.