Skip to content

Commit

Permalink
Changing CI to run on all changes, instead of only python file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-harter committed Feb 19, 2022
1 parent fa6ae60 commit 5626c27
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: ci

on:
push:
paths:
- "**.py"
pull_request:
paths:
- "**.py"
on: [push, pull_request]

jobs:

Expand Down

0 comments on commit 5626c27

Please sign in to comment.