GH-226 - Introduce dedicated CI build for pull requests.

That new build skips the attempt to deploy artifacts to Artifactory.
This commit is contained in:
Oliver Drotbohm
2023-06-30 17:13:47 +02:00
parent 5e2da724da
commit a3ed26ea08
2 changed files with 25 additions and 2 deletions

View File

@@ -3,8 +3,6 @@ name: CI Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build: