Skip to content

Commit ca97c75

Browse files
committed
test: add push trigger for feature branch testing
1 parent 48de4bc commit ca97c75

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/sdk-diff-analyzer.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ name: SDK Diff Analyzer
77
on:
88
schedule:
99
- cron: '0 */6 * * *' # Every 6 hours
10+
push:
11+
branches:
12+
- feature/sdk-diff-analyzer # Temporary: for testing
1013
workflow_dispatch:
1114
inputs:
1215
commits_to_analyze:

0 commit comments

Comments
 (0)