We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925fa83 commit 653fa0bCopy full SHA for 653fa0b
2 files changed
.github/workflows/build.yml
@@ -3,15 +3,14 @@ name: Build
3
on:
4
push:
5
branches: [ main, master ]
6
- # PRs bauen wir, aber Release-Upload nur bei Push auf main/master
7
pull_request:
8
9
10
jobs:
11
build:
12
runs-on: ubuntu-latest
13
permissions:
14
- contents: write # nötig für Release-Erstellung/Upload
+ contents: write
15
16
steps:
17
- name: Checkout
.github/workflows/maven-snapshot.yml
@@ -2,8 +2,9 @@ name: Publish SNAPSHOT to Maven Central
2
- branches:
- - main # oder dein Default-Branch
+ branches: [ main, master ]
+ pull_request:
snapshot:
0 commit comments