We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e70edfc commit eae9fd4Copy full SHA for eae9fd4
.github/workflows/auto-retag.yml
@@ -5,9 +5,9 @@ name: Auto-retag UNTAGGED entries
5
6
on:
7
workflow_dispatch: # Manual trigger
8
- pull_request:
+ push:
9
branches:
10
- - dev # Only for PRs targeting dev branch
+ - '**' # All branches
11
paths:
12
- 'IdentityCore/src/telemetry/execution_flow/MSIDExecutionFlowConstants.m'
13
0 commit comments