Skip to content

Commit a006e8f

Browse files
committed
fix pull request workflow trigger for antalya-*
1 parent ad90854 commit a006e8f

File tree

5 files changed

+4
-534
lines changed

5 files changed

+4
-534
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: MasterCI
55
on:
66
workflow_dispatch:
77
push:
8-
branches: ['antalya', 'releases/*']
8+
branches: ['antalya', 'releases/*', 'antalya-*']
99

1010
env:
1111
# Force the stdout and stderr streams to be unbuffered

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: PR
55
on:
66
workflow_dispatch:
77
pull_request:
8-
branches: ['antalya', 'releases/*']
8+
branches: ['antalya', 'releases/*', 'antalya-*']
99

1010
env:
1111
# Force the stdout and stderr streams to be unbuffered

0 commit comments

Comments
 (0)