Skip to content

Commit 22d6d8a

Browse files
Merge pull request #1496 from alfonsomthd/gh-action-build
GH action: trigger build workflow on any release PR
2 parents b0ce957 + 44733a8 commit 22d6d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frontend-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches: [master]
55
pull_request:
6-
branches: [master, release-4.14, release-4.14-compatibility]
6+
branches: [master, release*]
77

88
jobs:
99
build-test:

0 commit comments

Comments
 (0)