Skip to content

Commit

Permalink
chore(ci): run ci only on codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ms7m committed Sep 28, 2022
1 parent 6b88b25 commit f748189
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test_linux.yml
Expand Up @@ -8,10 +8,20 @@ on:
branches:
- dev
- master
paths:
- notifypy/**
- tests/**
- pyproject.toml
- poetry.lock
pull_request:
branches:
- dev
- master
paths:
- notifypy/**
- tests/**
- pyproject.toml
- poetry.lock

jobs:
build:
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/test_mac.yml
Expand Up @@ -8,10 +8,20 @@ on:
branches:
- dev
- master
paths:
- notifypy/**
- tests/**
- pyproject.toml
- poetry.lock
pull_request:
branches:
- dev
- master
paths:
- notifypy/**
- tests/**
- pyproject.toml
- poetry.lock

jobs:
build:
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/test_windows.yml
Expand Up @@ -8,10 +8,20 @@ on:
branches:
- dev
- master
paths:
- notifypy/**
- tests/**
- pyproject.toml
- poetry.lock
pull_request:
branches:
- dev
- master
paths:
- notifypy/**
- tests/**
- pyproject.toml
- poetry.lock

jobs:
build:
Expand Down

0 comments on commit f748189

Please sign in to comment.