Skip to content

Commit 4d4ed49

Browse files
committed
Merge branch 'feat/XbyK_Shopify_integration' of https://github.com/Kentico/xperience-by-kentico-shopify into feat/XbyK_Shopify_integration
2 parents cc05af7 + fdcf499 commit 4d4ed49

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
name: "CI: Build and Test"
22

33
on:
4+
push:
5+
branches: [main]
6+
paths:
7+
- "**.cs"
8+
- "**.tsx"
9+
- "**.js"
10+
- "**.csproj"
11+
- "**.props"
12+
- "**.targets"
13+
- "**.sln"
14+
- "**/Client/**/*.json"
415
pull_request:
516
branches: [main]
617
paths:
@@ -29,10 +40,12 @@ jobs:
2940
DOTNET_NOLOGO: 1
3041

3142
steps:
32-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
44+
with:
45+
submodules: true
3346

3447
- name: Setup .NET
35-
uses: actions/setup-dotnet@v3
48+
uses: actions/setup-dotnet@v4
3649
with:
3750
global-json-file: global.json
3851

0 commit comments

Comments
 (0)