Skip to content

Commit f6690ef

Browse files
committed
update branches in github actions
1 parent e623b61 commit f6690ef

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: build
22

33
on:
44
push:
5-
branches: [ master , IVORY_REL_3_STABLE ]
5+
branches: [ master , IVORY_REL_4_STABLE ]
66
pull_request:
7-
branches: [ master , IVORY_REL_3_STABLE ]
7+
branches: [ master , IVORY_REL_4_STABLE ]
88

99
jobs:
1010
build:

.github/workflows/contrib_regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: contrib_regression
22

33
on:
44
push:
5-
branches: [ master , IVORY_REL_3_STABLE ]
5+
branches: [ master , IVORY_REL_4_STABLE ]
66
pull_request:
7-
branches: [ master , IVORY_REL_3_STABLE ]
7+
branches: [ master , IVORY_REL_4_STABLE ]
88

99
jobs:
1010
contrib_regression:

.github/workflows/meson_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: meson_build
22

33
on:
44
push:
5-
branches: [ master , IVORY_REL_3_STABLE ]
5+
branches: [ master , IVORY_REL_4_STABLE ]
66
pull_request:
7-
branches: [ master , IVORY_REL_3_STABLE ]
7+
branches: [ master , IVORY_REL_4_STABLE ]
88

99
jobs:
1010
meson_build:

.github/workflows/oracle_pg_regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: oracle_pg_regression
22

33
on:
44
push:
5-
branches: [ master , IVORY_REL_3_STABLE ]
5+
branches: [ master , IVORY_REL_4_STABLE ]
66
pull_request:
7-
branches: [ master , IVORY_REL_3_STABLE ]
7+
branches: [ master , IVORY_REL_4_STABLE ]
88

99
jobs:
1010
oracle_pg_regression:

.github/workflows/oracle_regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: oracle_regression
22

33
on:
44
push:
5-
branches: [ master , IVORY_REL_3_STABLE ]
5+
branches: [ master , IVORY_REL_4_STABLE ]
66
pull_request:
7-
branches: [ master , IVORY_REL_3_STABLE ]
7+
branches: [ master , IVORY_REL_4_STABLE ]
88

99
jobs:
1010
oracle_regression:

.github/workflows/pg_regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: pg_regression
22

33
on:
44
push:
5-
branches: [ master , IVORY_REL_3_STABLE ]
5+
branches: [ master , IVORY_REL_4_STABLE ]
66
pull_request:
7-
branches: [ master , IVORY_REL_3_STABLE ]
7+
branches: [ master , IVORY_REL_4_STABLE ]
88

99
jobs:
1010
pg_regression:

0 commit comments

Comments
 (0)