Skip to content

Commit b4bfe92

Browse files
authored
build: ci workflow (#405)
1 parent 50eee06 commit b4bfe92

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches: [main, master]
6+
pull_request:
7+
branches: [main, master]
8+
workflow_dispatch:
9+
10+
jobs:
11+
common:
12+
uses: City-of-Helsinki/.github/.github/workflows/ci-django-api.yml@main
13+
secrets: inherit
14+
with:
15+
python-version: 3.12
16+
postgres-major-version: 13

0 commit comments

Comments
 (0)