Skip to content

Commit

Permalink
chore: sorry another change
Browse files Browse the repository at this point in the history
  • Loading branch information
MishraSomesh001 committed Mar 23, 2024
1 parent 0d6a1b8 commit f8eeab9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions .github/Contributor_Guide/Project_Tour.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,26 @@ In the 'Contracts' folder, you'll find a single file with a '.sol' extension. Th
│ prmerged.yaml
├───.husky
│ commit-msg
│ pre-commit
│ │ commit-msg
│ │ pre-commit
│ │
│ └───_
│ .gitignore
│ applypatch-msg
│ commit-msg
│ h
│ husky.sh
│ post-applypatch
│ post-checkout
│ post-commit
│ post-merge
│ post-rewrite
│ pre-applypatch
│ pre-auto-gc
│ pre-commit
│ pre-push
│ pre-rebase
│ prepare-commit-msg
└───contract
Database.sol
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prmerged.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: On Pull Request Merge

on:
pull_request:
pull_request_target:
types: [closed]

jobs:
Expand Down

0 comments on commit f8eeab9

Please sign in to comment.