Skip to content

Commit

Permalink
fix: ci rules (#8)
Browse files Browse the repository at this point in the history
* fix: ci rules

* fix: add version

---------

Co-authored-by: TomDarmon <tom.darmon@artefact.com>
  • Loading branch information
TomDarmon and TomDarmon authored Nov 8, 2023
1 parent 870f546 commit 3b7c12d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: CI

on: [push, pull_request]
on:
push:
branches:
- 'develop'
pull_request:
branches:
- '*'
workflow_call:

jobs:
CI:
Expand Down
1 change: 1 addition & 0 deletions trackreid/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "0.0.0"

0 comments on commit 3b7c12d

Please sign in to comment.