File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed
Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1- name : API v3 build
1+ name : Build API v3
22on :
33 push :
44 branches :
88 - api-v3-v[0-9]+.[0-9]+.[0-9]+-** # Semver Pre-Release
99 paths :
1010 - services/api-v3/**
11-
11+ - .github/workflows/build-api-v3.yaml
12+ pull_request :
13+ branches :
14+ - main
15+ paths :
16+ - services/api-v3/**
17+ - .github/workflows/build-api-v3.yaml
1218jobs :
1319 docker :
1420 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v4
2121 with :
2222 submodules : " recursive"
23- # Set up python and poetry
24- - name : Set up Python
25- uses : actions/setup-python@v4
26- with :
27- python-version : 3.11
28- - name : Install Poetry
29- run : python3 -m pip install poetry==2.1.1
30- - name : Build and stage local packages
31- run : scripts/prepare-services
3223 - name : Get the version from the tag, if it exists
3324 run : |
3425 TAG=${{ github.event.release.tag_name }}
You can’t perform that action at this time.
0 commit comments