diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ea588b..4f7512e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,17 @@ name: "CI: Build and Test" on: + push: + branches: [main] + paths: + - "**.cs" + - "**.tsx" + - "**.js" + - "**.csproj" + - "**.props" + - "**.targets" + - "**.sln" + - "**/Client/**/*.json" pull_request: branches: [main] paths: @@ -29,10 +40,10 @@ jobs: DOTNET_NOLOGO: 1 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: global-json-file: global.json diff --git a/Directory.Build.props b/Directory.Build.props index 2a87003..192cbef 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -5,7 +5,7 @@ $(Company) Copyright © $(Company) $([System.DateTime]::Now.Year) $(Company)™ - 1.0.0 + 2.0.0 MIT diff --git a/README.md b/README.md index 70cb9ec..bfbe6ba 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ This version supports content workflows added in version 28.3.0. Please ensure t | Xperience Version | Library Version | | ----------------- | --------------- | +| >= 29.3.* | >= 2.0.0 | | >= 29.0.* | 1.0.0 | ## Zapier cli application