Skip to content

Commit

Permalink
not there yet
Browse files Browse the repository at this point in the history
  • Loading branch information
tjlane committed Oct 28, 2024
1 parent be6704e commit 043191c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: CICD

on:
push:
branches:
- master
tags:
- "v*"
pull_request: {}
workflow_run:
workflows: ["tests"]
branches: [master]
workflows:
- "tests"
- "mypy"
- "ruff"
branches:
- "master"
types:
- completed
workflow_dispatch:
Expand Down
File renamed without changes.

0 comments on commit 043191c

Please sign in to comment.