mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Skip running tests when there are no code or test changes
This commit is contained in:
parent
247ffbef69
commit
033bd82c0c
1 changed files with 9 additions and 1 deletions
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
|
|
@ -4,9 +4,17 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- dev-3.x
|
||||
paths:
|
||||
- "aiogram/**"
|
||||
- "tests/**"
|
||||
- ".github/workflows/tests.yml"
|
||||
pull_request:
|
||||
branches:
|
||||
- dev-3.x
|
||||
paths:
|
||||
- "aiogram/**"
|
||||
- "tests/**"
|
||||
- ".github/workflows/tests.yml"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -24,7 +32,7 @@ jobs:
|
|||
- '3.10'
|
||||
|
||||
defaults:
|
||||
# Windows is sucks. Force use bash instead of PowerShell
|
||||
# Windows sucks. Force use bash instead of PowerShell
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue