Skip to content

Commit

Permalink
Merge branch 'develop' into CP-2151
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarMichalkiewicz committed Oct 23, 2023
2 parents 6ca0ccd + 5e3eea3 commit aef30ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nexus-pre-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ name: Build and push artifacts to nexus

on:
push:
branches:
- stage
- v*
tags:
- "*"

jobs:
build:
if: startsWith(github.event.base_ref, 'refs/heads/v')
runs-on: macOS
environment: pre-production
steps:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/nexus-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ name: Build and push artifacts to nexus

on:
push:
branches:
- main
tags:
- "*"

jobs:
build:
if: github.event.base_ref == 'refs/heads/main'
runs-on: macOS
environment: production
steps:
Expand Down

0 comments on commit aef30ed

Please sign in to comment.