projects
/
demos
/
kafka
/
chat
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab1eee2
)
chore: The GitHub-Action for the Maven-Build is triggerd for all branches
author
Kai Moritz
<kai@juplo.de>
Fri, 15 Mar 2024 21:28:53 +0000
(22:28 +0100)
committer
Kai Moritz
<kai@juplo.de>
Fri, 15 Mar 2024 21:28:53 +0000
(22:28 +0100)
.github/workflows/maven.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/maven.yml
b/.github/workflows/maven.yml
index
ac02489
..
f36a7ca
100644
(file)
--- a/
.github/workflows/maven.yml
+++ b/
.github/workflows/maven.yml
@@
-10,9
+10,9
@@
name: Java CI with Maven
on:
push:
- branches: [ "
backend
" ]
+ branches: [ "
**
" ]
pull_request:
- branches: [ "
backend
" ]
+ branches: [ "
**
" ]
jobs:
build: