Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add permmision and test branch
  • Loading branch information
JaynieBai committed Feb 28, 2025
commit 0f76016f71f0dd30d3cfd55fa49e69f90a56cde0
5 changes: 5 additions & 0 deletions .github/workflows/SyncAnalyzerTemplateMSBuildVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ on:
push:
branches:
- main
- jennyTest
paths:
- 'eng/Versions.props'

permissions:
contents: write
pull-requests: write

jobs:
Sync-version:
runs-on: ubuntu-latest
Expand Down
Loading