From 86cf45301d5bd8f1198b96c9638e79d2f3a469cd Mon Sep 17 00:00:00 2001 From: MishraSomesh001 Date: Sat, 23 Mar 2024 20:36:08 +0530 Subject: [PATCH] chore: sorry another change --- .github/Contributor_Guide/Project_Tour.md | 6 +++--- .github/workflows/prmerged.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/Contributor_Guide/Project_Tour.md b/.github/Contributor_Guide/Project_Tour.md index 47f86b8..7e18fe2 100644 --- a/.github/Contributor_Guide/Project_Tour.md +++ b/.github/Contributor_Guide/Project_Tour.md @@ -1,9 +1,8 @@ # Project Tour - In the 'Contracts' folder, you'll find a single file with a '.sol' extension. This file is where you should make all your changes. Simply open this file to access the contract code and update it as needed. If you have any questions or need assistance with the changes, feel free to ask! - +```bash │ .gitignore │ CODE_OF_CONDUCT.md │ commitlint.config.js @@ -37,4 +36,5 @@ In the 'Contracts' folder, you'll find a single file with a '.sol' extension. Th │ pre-commit │ └───contracts - smartbid.sol \ No newline at end of file + smartbid.sol +``` \ No newline at end of file diff --git a/.github/workflows/prmerged.yaml b/.github/workflows/prmerged.yaml index 319c68d..cdfe15e 100644 --- a/.github/workflows/prmerged.yaml +++ b/.github/workflows/prmerged.yaml @@ -1,7 +1,7 @@ name: On Pull Request Merge on: - pull_request: + pull_request_target: types: [closed] jobs: