Skip to content

Commit

Permalink
Do GitHub CI build for all branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
wilx committed Dec 13, 2024
1 parent 676dc6e commit 0000f17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Github CI Build

on:
push:
branches: [ "master" ]
branches: [ "**" ]
paths:
- 'scr/**'
- 'log/**'
pull_request:
branches: [ "master" ]
branches: [ "**" ]
paths:
- 'scr/**'
- 'log/**'
Expand Down

1 comment on commit 0000f17

@stbischof
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not only on master?

In think all pr must be made against master.

Please sign in to comment.