Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
- 'mx/release/**'
- 'mx/11.6.x'
# - 'mx/11.6.x'
pull_request:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/NativePipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ on:
pull_request:
branches:
- main
- mx/11.6.x
# - mx/11.6.x

# Use default name in case no input
run-name: ${{ github.event.inputs.run_name || 'Run Native Pipeline' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PullRequestLabeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Pull Request Labeler"
on:
- pull_request_target
- pull_request

jobs:
triage:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Run release

on:
push:
branches: [main, mx/11.6.x]
branches: [main]
pull_request:
branches: [main, mx/11.6.x]
branches: [main]

jobs:
test:
Expand Down
Loading