Skip to content

Commit

Permalink
Improved GitHub Actions CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Dec 29, 2023
1 parent f5e438e commit 8344a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: maven

on:
push:
branches: [ '2.0.X', '2.1.X', '2.2.X', '2.3.X', master ]
branches: [ '2.0.X', '2.1.X', '2.2.X', '2.3.X', '2.4.X', master ]

jobs:
build:
Expand Down

0 comments on commit 8344a0d

Please sign in to comment.