File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ run-name: Auto-build run on '${{ github.event_name }}'. Build ${{ github.run_num
44on :
55 push :
66 branches :
7- - ' 6 .0'
8- - ' 6 .0-*'
7+ - ' 7 .0'
8+ - ' 7 .0-*'
99 paths-ignore :
1010 - ' .github/**'
1111 - ' ChangeLog/**'
2121
2222 pull_request :
2323 branches :
24- - ' 6 .0'
24+ - ' 7 .0'
2525 paths-ignore :
2626 - ' .github/**'
2727 - ' ChangeLog/**'
5959 github.event_name == 'push' ||
6060 (github.event_name == 'pull_request' &&
6161 (github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name ||
62- (github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name && !startsWith(github.head_ref, '6 .0-'))))
62+ (github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name && !startsWith(github.head_ref, '7 .0-'))))
6363
6464 steps :
6565 - name : Checkout repo
You can’t perform that action at this time.
0 commit comments