Skip to content

Commit

Permalink
v4: Branch ist actually called release-4.0, not 4.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarg committed Aug 15, 2023
1 parent 6d803e5 commit 685ec6b
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: [ master, 4.0-SNAPSHOT ]
branches: [ master, release-4.0 ]
pull_request:
branches: [ master, 4.0-SNAPSHOT ]
branches: [ master, release-4.0 ]

jobs:
build:
Expand Down

0 comments on commit 685ec6b

Please sign in to comment.