diff --git a/.github/workflows/main.linux.temurin.current.yml b/.github/workflows/main.linux.temurin.current.yml index 2b6ace6..862aca8 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 21a6418..0047050 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 f26da8c..2b6925c 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 f356e8b..f7c123c 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 70d3b4c..4529392 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 f36fb7c..71b0f53 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 bf00724..93899ee 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 19baca2..dabefd8 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: