mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Publish snapshots when on main
This commit is contained in:
parent
4118a44630
commit
3e0c62ac36
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
- name: 'Upload coverage to Codecov'
|
||||
uses: codecov/codecov-action@v2
|
||||
- name: 'Publish Snapshots'
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'mapstruct/mapstruct'
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'mapstruct/mapstruct'
|
||||
run: ./mvnw -s etc/ci-settings.xml -DskipTests=true -DskipDistribution=true deploy
|
||||
linux-jdk-8:
|
||||
name: 'Linux JDK 8'
|
||||
|
Loading…
x
Reference in New Issue
Block a user