Skip to content

Commit

Permalink
Update update-structure.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UTSAVS26 authored Oct 3, 2024
1 parent 1bcb85a commit 837025c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-structure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
push:
branches:
- main
- yash/fix-4

jobs:
detect-and-update-structure:
Expand Down Expand Up @@ -36,4 +35,4 @@ jobs:
git config --local user.email "115717039+yashksaini-coder@users.noreply.github.com"
git config --local user.name "yashksaini-coder"
git add .
git diff --quiet && git diff --staged --quiet || (git commit -m "Update repo structure" && git push)
git diff --quiet && git diff --staged --quiet || (git commit -m "Update repo structure" && git push)

0 comments on commit 837025c

Please sign in to comment.