Skip to content

Commit 432650b

Browse files
Update ci trigger condition
1 parent e239775 commit 432650b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/compatibility.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Check compatibility
2-
on: [push, pull_request]
2+
on:
3+
pull_request:
4+
push:
5+
branches: [master]
36
jobs:
47
test:
58
name: Check source code compatibility

0 commit comments

Comments
 (0)