Skip to content

Commit 03aa0f4

Browse files
committed
Update workflows.
1 parent a215171 commit 03aa0f4

8 files changed

+8
-8
lines changed

.github/workflows/main.linux.temurin.current.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: main.linux.temurin.current
99

1010
on:
1111
push:
12-
branches: [ develop, feature/*, release/* ]
12+
branches: [ master, main, develop, feature/*, release/* ]
1313

1414
jobs:
1515
build:

.github/workflows/main.linux.temurin.lts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: main.linux.temurin.lts
99

1010
on:
1111
push:
12-
branches: [ develop, feature/*, release/* ]
12+
branches: [ master, main, develop, feature/*, release/* ]
1313

1414
jobs:
1515
build:

.github/workflows/main.windows.temurin.current.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: main.windows.temurin.current
99

1010
on:
1111
push:
12-
branches: [ develop, feature/*, release/* ]
12+
branches: [ master, main, develop, feature/*, release/* ]
1313

1414
jobs:
1515
build:

.github/workflows/main.windows.temurin.lts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: main.windows.temurin.lts
99

1010
on:
1111
push:
12-
branches: [ develop, feature/*, release/* ]
12+
branches: [ master, main, develop, feature/*, release/* ]
1313

1414
jobs:
1515
build:

.github/workflows/pr.linux.temurin.current.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: pr.linux.temurin.current
99

1010
on:
1111
pull_request:
12-
branches: [ develop, feature/*, release/* ]
12+
branches: [ master, main, develop, feature/*, release/* ]
1313

1414
jobs:
1515
build:

.github/workflows/pr.linux.temurin.lts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: pr.linux.temurin.lts
99

1010
on:
1111
pull_request:
12-
branches: [ develop, feature/*, release/* ]
12+
branches: [ master, main, develop, feature/*, release/* ]
1313

1414
jobs:
1515
build:

.github/workflows/pr.windows.temurin.current.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: pr.windows.temurin.current
99

1010
on:
1111
pull_request:
12-
branches: [ develop, feature/*, release/* ]
12+
branches: [ master, main, develop, feature/*, release/* ]
1313

1414
jobs:
1515
build:

.github/workflows/pr.windows.temurin.lts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: pr.windows.temurin.lts
99

1010
on:
1111
pull_request:
12-
branches: [ develop, feature/*, release/* ]
12+
branches: [ master, main, develop, feature/*, release/* ]
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)