diff --git a/.github/workflows/main.linux.temurin.current.yml b/.github/workflows/main.linux.temurin.current.yml index cbf8317..249f9c3 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 6603e7d..498e6a4 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 29871d4..869d77c 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 2d0bd08..ef2c38a 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 92cb31c..c8382ae 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 441169d..552e6b3 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 db69c22..6c285ee 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 de2487e..644e491 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: