Skip to content

Commit 31db7eb

Browse files
Jing Tengbrdandu
authored andcommitted
kick off workflow jobs for rel branch.
1 parent 07bb1d0 commit 31db7eb

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/workflows/cypress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Cypress UI tests - Zigbee data
55

66
on:
77
push:
8-
branches: [master]
8+
branches: [rel]
99
pull_request:
10-
branches: [master]
10+
branches: [rel]
1111

1212
jobs:
1313
build:

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Build and release packages
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [rel]
66
pull_request:
7-
branches: [master]
7+
branches: [rel]
88
workflow_dispatch:
9-
branches: [master]
9+
branches: [rel]
1010

1111
env:
1212
ZAP_TEST_TIMEOUT: 3600000

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- rel
67
- zigbee_shared_cluster_logic
78
pull_request_target:
89
types: [opened, synchronize, reopened]

.github/workflows/zap.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Generation and back-end tests
55

66
on:
77
push:
8-
branches: [master]
8+
branches: [rel]
99
pull_request:
10-
branches: [master]
10+
branches: [rel]
1111

1212
env:
1313
ZAP_TEST_TIMEOUT: 3600000

0 commit comments

Comments
 (0)