diff --git a/.github/workflows/main.linux.temurin.current.yml b/.github/workflows/main.linux.temurin.current.yml index bb1a0e3..e98c3fe 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 1bfb7de..09a573a 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 c0a9305..9a79ca2 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 15e97fd..351c911 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 786f6a8..20226ac 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 c608d54..44f4c9d 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 d1d8f75..68b465a 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 8260782..561ec57 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: