Skip to content

Commit

Permalink
Update pipeline.yaml
Browse files Browse the repository at this point in the history
FIX: CI on push
  • Loading branch information
dunossauro authored Oct 14, 2023
1 parent cc32ca6 commit 6c2aed8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Pipeline
on: [tag]
on:
push:
branches: "*"

jobs:
test:
Expand All @@ -24,4 +26,4 @@ jobs:
run: poetry run ruff .

- name: Mypy check
run: poetry run mypy .
run: poetry run mypy .

0 comments on commit 6c2aed8

Please sign in to comment.