diff --git a/.github/workflows/main.linux.temurin.current.yml b/.github/workflows/main.linux.temurin.current.yml index aa7d57e..f52cc91 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 df88e22..447fd17 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 936922e..1e65e99 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 2604c6b..f99d9b9 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 d113f95..9268318 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 d0b8b14..d0e714b 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 8284d97..68799c2 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 43cfa4b..276086f 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: