Skip to content

Commit

Permalink
Merge pull request #7 from DSD-DBS/dev-tools
Browse files Browse the repository at this point in the history
ci: Fix trigger for pipeline and do shallow clone
  • Loading branch information
jamilraichouni authored Oct 23, 2024
2 parents c26bc29 + 6749ab8 commit ffee2a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
name: Build addons

on:
push:
pull_request:
push:
branches: ["main"]
tags: ["v*.*.*"]

env:
registry: ghcr.io/dsd-dbs/capella-addons/
Expand All @@ -25,6 +26,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -57,6 +60,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit ffee2a7

Please sign in to comment.