diff --git a/.github/workflows/main.linux.temurin.current.yml b/.github/workflows/main.linux.temurin.current.yml index 4807ae6..252f2d9 100644 --- a/.github/workflows/main.linux.temurin.current.yml +++ b/.github/workflows/main.linux.temurin.current.yml @@ -9,7 +9,7 @@ name: main.linux.temurin.current on: push: - branches: [ develop, feature/*, release/* ] + branches: [ master, main, develop, feature/*, release/* ] jobs: build: diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index ed5bf0b..a496fd7 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -9,7 +9,7 @@ name: main.linux.temurin.lts on: push: - branches: [ develop, feature/*, release/* ] + branches: [ master, main, develop, feature/*, release/* ] jobs: build: diff --git a/.github/workflows/main.windows.temurin.current.yml b/.github/workflows/main.windows.temurin.current.yml index 5a507b1..61cf86b 100644 --- a/.github/workflows/main.windows.temurin.current.yml +++ b/.github/workflows/main.windows.temurin.current.yml @@ -9,7 +9,7 @@ name: main.windows.temurin.current on: push: - branches: [ develop, feature/*, release/* ] + branches: [ master, main, develop, feature/*, release/* ] jobs: build: diff --git a/.github/workflows/main.windows.temurin.lts.yml b/.github/workflows/main.windows.temurin.lts.yml index 5bcf850..87f29cd 100644 --- a/.github/workflows/main.windows.temurin.lts.yml +++ b/.github/workflows/main.windows.temurin.lts.yml @@ -9,7 +9,7 @@ name: main.windows.temurin.lts on: push: - branches: [ develop, feature/*, release/* ] + branches: [ master, main, develop, feature/*, release/* ] jobs: build: diff --git a/.github/workflows/pr.linux.temurin.current.yml b/.github/workflows/pr.linux.temurin.current.yml index 3eeb2ce..0e749ab 100644 --- a/.github/workflows/pr.linux.temurin.current.yml +++ b/.github/workflows/pr.linux.temurin.current.yml @@ -9,7 +9,7 @@ name: pr.linux.temurin.current on: pull_request: - branches: [ develop, feature/*, release/* ] + branches: [ master, main, develop, feature/*, release/* ] jobs: build: diff --git a/.github/workflows/pr.linux.temurin.lts.yml b/.github/workflows/pr.linux.temurin.lts.yml index 55d8e55..05bedfb 100644 --- a/.github/workflows/pr.linux.temurin.lts.yml +++ b/.github/workflows/pr.linux.temurin.lts.yml @@ -9,7 +9,7 @@ name: pr.linux.temurin.lts on: pull_request: - branches: [ develop, feature/*, release/* ] + branches: [ master, main, develop, feature/*, release/* ] jobs: build: diff --git a/.github/workflows/pr.windows.temurin.current.yml b/.github/workflows/pr.windows.temurin.current.yml index 1d7ba11..4087398 100644 --- a/.github/workflows/pr.windows.temurin.current.yml +++ b/.github/workflows/pr.windows.temurin.current.yml @@ -9,7 +9,7 @@ name: pr.windows.temurin.current on: pull_request: - branches: [ develop, feature/*, release/* ] + branches: [ master, main, develop, feature/*, release/* ] jobs: build: diff --git a/.github/workflows/pr.windows.temurin.lts.yml b/.github/workflows/pr.windows.temurin.lts.yml index 5140f98..e06fe6e 100644 --- a/.github/workflows/pr.windows.temurin.lts.yml +++ b/.github/workflows/pr.windows.temurin.lts.yml @@ -9,7 +9,7 @@ name: pr.windows.temurin.lts on: pull_request: - branches: [ develop, feature/*, release/* ] + branches: [ master, main, develop, feature/*, release/* ] jobs: build: