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());