Skip to content

Commit 825182e

Browse files
authored
Update api_diff_check.yml
Add support for feature branches
1 parent 73e8321 commit 825182e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api_diff_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ master ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ '*' ]
88

99
jobs:
1010

0 commit comments

Comments
 (0)