Skip to content

Commit

Permalink
action: build on dev and feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
cproof committed Apr 23, 2024
1 parent 2866fa4 commit 0b02a20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Server test

on:
push:
branches: [ feature/war, master ]
branches: [ feature/war, master, feature/*, dev ]
jobs:
build:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: WAR build

on:
push:
branches: [ feature/war, feature/jakarta-upgrade, master ]
branches: [ feature/war, feature/jakarta-upgrade, master, feature/*, dev ]
jobs:
build:

Expand Down

0 comments on commit 0b02a20

Please sign in to comment.