Skip to content

Commit eae9fd4

Browse files
author
kai
committed
revert the change in script
1 parent e70edfc commit eae9fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-retag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Auto-retag UNTAGGED entries
55

66
on:
77
workflow_dispatch: # Manual trigger
8-
pull_request:
8+
push:
99
branches:
10-
- dev # Only for PRs targeting dev branch
10+
- '**' # All branches
1111
paths:
1212
- 'IdentityCore/src/telemetry/execution_flow/MSIDExecutionFlowConstants.m'
1313

0 commit comments

Comments
 (0)