Skip to content

Commit 039a743

Browse files
committed
Fix CI to run on release branches
Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
1 parent b9e007b commit 039a743

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build-msi-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
on:
22
push:
3-
branches: [ master ]
3+
branches: [ master,release_branch* ]
44
pull_request:
5-
branches: [ master ]
5+
branches: [ master,release_branch* ]
66
workflow_dispatch:
77

88
permissions: read-all

.github/workflows/build-multi-static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
on:
22
push:
3-
branches: [ master ]
3+
branches: [ master,release_branch* ]
44
pull_request:
5-
branches: [ master ]
5+
branches: [ master,release_branch* ]
66
workflow_dispatch:
77

88
permissions: read-all

.github/workflows/build-multi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
on:
22
push:
3-
branches: [ master ]
3+
branches: [ master,release_branch* ]
44
pull_request:
5-
branches: [ master ]
5+
branches: [ master,release_branch* ]
66
workflow_dispatch:
77

88
permissions: read-all

.github/workflows/build-quick-static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
on:
22
push:
3-
branches: [ master ]
3+
branches: [ master,release_branch* ]
44
pull_request:
5-
branches: [ master ]
5+
branches: [ master,release_branch* ]
66
workflow_dispatch:
77

88
permissions: read-all

.github/workflows/build-quick.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
on:
22
push:
3-
branches: [ master ]
3+
branches: [ master,release_branch* ]
44
pull_request:
5-
branches: [ master ]
5+
branches: [ master,release_branch* ]
66
workflow_dispatch:
77

88
permissions: read-all

0 commit comments

Comments
 (0)