Skip to content

Commit beaa5d8

Browse files
committed
Update build_test.yml
1 parent 5cba896 commit beaa5d8

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/build_test.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
name: Build_Test
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
paths:
6+
- pdb2sql/**
7+
- test/**
8+
- setup.py
9+
pull_request:
10+
paths:
11+
- pdb2sql/**
12+
- test/**
13+
- setup.py
414

515
jobs:
616
smoke_test:

0 commit comments

Comments
 (0)