Skip to content

Commit

Permalink
ci: simplify workflow to run on all Python files
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw authored Oct 14, 2023
1 parent 478650a commit beb55a6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
push:
branches: [main]
branches: main
paths:
- .github/workflows/build.yml
- .dockerignore
Expand All @@ -11,9 +11,7 @@ on:
- Caddyfile
- pyproject.toml
- poetry.lock
- server/**
- capgen/**
- tests/**
- '**.py'

jobs:
test:
Expand Down

0 comments on commit beb55a6

Please sign in to comment.