From a3cf13aefa75f3c4f969875b5a3f4ca66e4b38f6 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 22 Feb 2022 11:55:24 -0500 Subject: [PATCH] New change --- .github/workflows/build.yml | 1 + SQL/sql1.php | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11b12a3..6cd2c47 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,7 @@ on: branches: - master - test + - release-* pull_request: types: [opened, synchronize, reopened] jobs: diff --git a/SQL/sql1.php b/SQL/sql1.php index 4d78ef8..8308634 100644 --- a/SQL/sql1.php +++ b/SQL/sql1.php @@ -30,6 +30,7 @@ $conn = mysqli_connect($servername,$username,$password,$db); $conn = mysqli_connect($servername,$username,$password,$db); + // Check connection if (!$conn) { die("Connection failed: " . mysqli_connect_error());