From 2d2af308075dc484ad03d232277a078258906ed8 Mon Sep 17 00:00:00 2001 From: Martin Kyjac Date: Fri, 18 Oct 2024 13:14:38 +0200 Subject: [PATCH] Fix DB backup file name --- .github/workflows/ci.yml | 22 +++++++++------------- database/backups.txt | 2 +- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41215c1..ff73c2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,19 +3,15 @@ name: "CI: Build and Test" on: push: branches: [main, feat/automatic_E2E_testing] - paths: - - "**.cs" - - "**.tsx" - - "**.js" - - "**.csproj" - - "**.props" - - "**.targets" - - "**.sln" - - "**/Client/**/*.json" - # Added to check if pipeline is working - - "/scripts/**/*.psm1" - - "/scripts/**/*.ps1" - - "**/ci.yml" + #paths: + # - "**.cs" + # - "**.tsx" + # - "**.js" + # - "**.csproj" + # - "**.props" + # - "**.targets" + # - "**.sln" + # - "**/Client/**/*.json" pull_request: branches: [main] paths: diff --git a/database/backups.txt b/database/backups.txt index 7f64d2f..8068496 100644 --- a/database/backups.txt +++ b/database/backups.txt @@ -1 +1 @@ -XByK_DancingGoat_Shopify.bak.zip \ No newline at end of file +XByK_DancingGoat_Shopify.bak \ No newline at end of file