Skip to content

Commit ae96927

Browse files
[FSSDK-8955] Trigger release to AWS S3 (#336)
* [FSSDK-8955] Attempt send to S3 * [FSSDK-8955] Satisfy linter * Revert "[FSSDK-8955] Satisfy linter" This reverts commit 06beb66. --------- Co-authored-by: Muhammad Noman <[email protected]>
1 parent 07ab907 commit ae96927

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/csharp.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: Csharp CI with .NET
33

44
on:
55
push:
6-
branches: [master]
6+
branches: [3.11.2]
77
pull_request:
8-
branches: [master]
8+
branches: [3.11.2]
99

1010
env:
11-
RELEASE_BRANCH: "master"
11+
RELEASE_BRANCH: "3.11.2"
1212
WINDOWS_2019_SN_PATH: C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\sn.exe
1313

1414
jobs:

0 commit comments

Comments
 (0)