Skip to content

Commit

Permalink
Fixing active branch names in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Jan 10, 2024
1 parent a9f3821 commit 59d6521
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: CI
on:
push:
branches:
- 'jetty-9.4.x'
- 'jetty-10.0.x'
- 'jetty-11.0.x'
- '9.4.x'
- '10.0.x'
- '11.0.x'
pull_request:

jobs:
Expand Down

0 comments on commit 59d6521

Please sign in to comment.