Skip to content

Commit

Permalink
MOUR-2181 - add pipeleine release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
llandmeyer committed Jul 15, 2024
1 parent 4b99487 commit 58d0f35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest

if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'pull_request'
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -33,6 +33,7 @@ jobs:

build-and-push-docker:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
needs: test

steps:
Expand Down

0 comments on commit 58d0f35

Please sign in to comment.