From 6eb79e94c63ead8942e237387e3adf1de166af8f Mon Sep 17 00:00:00 2001 From: Manh Cao Date: Wed, 18 Sep 2024 07:31:06 +0700 Subject: [PATCH 1/2] fix rule on validating config --- .github/workflows/validate-config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/validate-config.yml b/.github/workflows/validate-config.yml index 9ed27b1..bf03b77 100644 --- a/.github/workflows/validate-config.yml +++ b/.github/workflows/validate-config.yml @@ -1,16 +1,16 @@ name: Validate configuration files on: - push: + pull_request: + types: [opened, synchronize, reopened] branches: - - '**' + - 'main' + - 'fix-rule-on-validate-config' jobs: validate_json_files: runs-on: ubuntu-latest - if: github.ref != 'refs/heads/main' - steps: - name: Checkout repository uses: actions/checkout@v4 From fd1b067f4758a20ca7d2b79913a22a802fd9e357 Mon Sep 17 00:00:00 2001 From: Manh Cao Date: Wed, 18 Sep 2024 07:34:41 +0700 Subject: [PATCH 2/2] temp commit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98b0f1d..d11511d 100644 --- a/README.md +++ b/README.md @@ -66,4 +66,6 @@ To add a new protocol or update existing data: Please ensure that: - All fields are correctly filled. - - The integration URL is valid and points to the appropriate page. \ No newline at end of file + - The integration URL is valid and points to the appropriate page. + +