Skip to content

Commit

Permalink
fix typo in yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-krueger committed Jan 24, 2024
1 parent df42edf commit f6dbe89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Jakarta REST CI

on:
push:
branches: [ '3.2.0-SNAPSHOT' ]
branches: [ 'release-3.2' ]
pull_request:
branches: [ '3.2.0-SNAPSHOT' ]
branches: [ 'release-3.2' ]

jobs:
build:
Expand Down

0 comments on commit f6dbe89

Please sign in to comment.