Skip to content

Commit

Permalink
Update workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Oct 16, 2024
1 parent 3a1ae3e commit aab37a0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.linux.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: main.linux.temurin.current

on:
push:
branches: [ develop, feature/*, release/* ]
branches: [ master, main, develop, feature/*, release/* ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.linux.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: main.linux.temurin.lts

on:
push:
branches: [ develop, feature/*, release/* ]
branches: [ master, main, develop, feature/*, release/* ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.windows.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: main.windows.temurin.current

on:
push:
branches: [ develop, feature/*, release/* ]
branches: [ master, main, develop, feature/*, release/* ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.windows.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: main.windows.temurin.lts

on:
push:
branches: [ develop, feature/*, release/* ]
branches: [ master, main, develop, feature/*, release/* ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.linux.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: pr.linux.temurin.current

on:
pull_request:
branches: [ develop, feature/*, release/* ]
branches: [ master, main, develop, feature/*, release/* ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.linux.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: pr.linux.temurin.lts

on:
pull_request:
branches: [ develop, feature/*, release/* ]
branches: [ master, main, develop, feature/*, release/* ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.windows.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: pr.windows.temurin.current

on:
pull_request:
branches: [ develop, feature/*, release/* ]
branches: [ master, main, develop, feature/*, release/* ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.windows.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: pr.windows.temurin.lts

on:
pull_request:
branches: [ develop, feature/*, release/* ]
branches: [ master, main, develop, feature/*, release/* ]

jobs:
build:
Expand Down

0 comments on commit aab37a0

Please sign in to comment.