Skip to content

Commit

Permalink
ci/build: adjust to new file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Sep 17, 2023
1 parent 062b6e9 commit fd94648
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*.pyc
*.toml
Dockerfile*
transcribe.py
capgen/__init__.py

.github/
tests/
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- .dockerignore
- server/**
- tests/**
- capgen/**

jobs:
test:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Python

on:
workflow_call:
push:
paths:
- '**.py'
on: [workflow_call]

jobs:
python:
Expand Down

0 comments on commit fd94648

Please sign in to comment.