We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e773f77 commit 786f5e2Copy full SHA for 786f5e2
.github/workflows/sync-branches.yml
@@ -14,7 +14,7 @@ jobs:
14
if: github.repository == 'dotnet/dotnet-monitor'
15
strategy:
16
matrix:
17
- branch: ["release/8.0", "release/8.x", "release/9.x"]
+ branch: ["release/8.x", "release/9.0", "release/9.x"]
18
name: 'Sync non-code to ${{ matrix.branch }}'
19
runs-on: ubuntu-latest
20
permissions:
@@ -52,12 +52,10 @@ jobs:
52
auth_token: ${{ secrets.GITHUB_TOKEN }}
53
54
sync-code:
55
- # Disable code sync
56
- if: false
57
- #if: github.repository == 'dotnet/dotnet-monitor'
+ if: github.repository == 'dotnet/dotnet-monitor'
58
59
60
- branch: ["feature/9.x"]
+ branch: ["feature/10.0"]
61
name: 'Sync branch with ${{ matrix.branch }}'
62
63
0 commit comments