Skip to content

Commit

Permalink
Update github actions configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
royclarkson committed Dec 2, 2024
1 parent 529eb50 commit e7e0f67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Java-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ name: Java 17 with Gradle

on:
push:
branches: [ "main", "SCOSB-4.3.x", "SCOSB-4.2.x" ]
branches: [ main, SCOSB-4.3.x, SCOSB-4.2.x ]
pull_request:
branches: [ "main", "SCOSB-4.3.x", "SCOSB-4.2.x" ]
branches: [ main, SCOSB-4.3.x, SCOSB-4.2.x ]

jobs:
build:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/Java-21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
name: Java 21 with Gradle

on:

push:
branches: [ "main", "SCOSB-4.3.x", "SCOSB-4.2.x" ]
branches: [ main, SCOSB-4.3.x, SCOSB-4.2.x ]
pull_request:
branches: [ "main", "SCOSB-4.3.x", "SCOSB-4.2.x" ]
branches: [ main, SCOSB-4.3.x, SCOSB-4.2.x ]

jobs:
build:
Expand Down

0 comments on commit e7e0f67

Please sign in to comment.