Skip to content

Commit

Permalink
Remove file paths in python package ci trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenetriguba committed Nov 23, 2022
1 parent 5873ece commit 87d5972
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/python-package-ci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: python package ci

on:
push:
paths:
- "lirc/**"
- "tests/**"
pull_request:
paths:
- "lirc/**"
- "tests/**"
on: [push]

jobs:
build:
Expand Down

0 comments on commit 87d5972

Please sign in to comment.