Skip to content

Commit 653fa0b

Browse files
committed
Changes -> smale pom.xml changes
1 parent 925fa83 commit 653fa0b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ name: Build
33
on:
44
push:
55
branches: [ main, master ]
6-
# PRs bauen wir, aber Release-Upload nur bei Push auf main/master
76
pull_request:
87
branches: [ main, master ]
98

109
jobs:
1110
build:
1211
runs-on: ubuntu-latest
1312
permissions:
14-
contents: write # nötig für Release-Erstellung/Upload
13+
contents: write
1514

1615
steps:
1716
- name: Checkout

.github/workflows/maven-snapshot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Publish SNAPSHOT to Maven Central
22

33
on:
44
push:
5-
branches:
6-
- main # oder dein Default-Branch
5+
branches: [ main, master ]
6+
pull_request:
7+
branches: [ main, master ]
78

89
jobs:
910
snapshot:

0 commit comments

Comments
 (0)