Skip to content

Commit

Permalink
Fix DB backup file name
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkyjac committed Oct 18, 2024
1 parent ee1786e commit 2d2af30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
22 changes: 9 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion database/backups.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
XByK_DancingGoat_Shopify.bak.zip
XByK_DancingGoat_Shopify.bak

0 comments on commit 2d2af30

Please sign in to comment.