Skip to content

Commit ea694fe

Browse files
committed
Update branch filters
1 parent c2b8554 commit ea694fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/autobuild-on-push-and-pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ run-name: Auto-build run on '${{ github.event_name }}'. Build ${{ github.run_num
44
on:
55
push:
66
branches:
7-
- '6.0'
8-
- '6.0-*'
7+
- '7.0'
8+
- '7.0-*'
99
paths-ignore:
1010
- '.github/**'
1111
- 'ChangeLog/**'
@@ -21,7 +21,7 @@ on:
2121

2222
pull_request:
2323
branches:
24-
- '6.0'
24+
- '7.0'
2525
paths-ignore:
2626
- '.github/**'
2727
- 'ChangeLog/**'
@@ -59,7 +59,7 @@ jobs:
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

0 commit comments

Comments
 (0)