From 762e78eabbe94718ed396195702b68aea4fcd1a3 Mon Sep 17 00:00:00 2001 From: Vetrichelvan Date: Mon, 3 Oct 2022 23:25:29 +0530 Subject: [PATCH 1/2] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0878c3..98f51cd 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ in development and supports the following features: 1. Create a new database -2. Get a database +2. Query a database [![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/) From a0260873be67931cf2ef916af34f844e9c950ddc Mon Sep 17 00:00:00 2001 From: Vetrichelvan Date: Tue, 4 Oct 2022 12:33:30 +0530 Subject: [PATCH 2/2] Modified workflow to run only on PRs --- .github/workflows/codeql-analysis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0d6204c..3aabeaa 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -12,10 +12,7 @@ name: "CodeQL" on: - push: - branches: [ "main" ] pull_request: - # The branches below must be a subset of the branches above branches: [ "main" ] schedule: - cron: '16 8 * * 4'