Skip to content

Commit e2b5715

Browse files
committed
chore(actions): add workflow file to trigger paths
1 parent 3eb5fb8 commit e2b5715

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77
- 'pyroscope_cli/**'
88
- 'src/**'
99
- 'tests/**'
10+
- '.github/workflows/build.yml'
1011
pull_request:
1112
paths:
1213
- 'pyroscope_backends/**'
1314
- 'pyroscope_cli/**'
1415
- 'src/**'
1516
- 'tests/**'
17+
- '.github/workflows/build.yml'
1618

1719
jobs:
1820
build:

.github/workflows/python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
paths:
66
- 'pyroscope_ffi/python/**'
7+
- '.github/workflows/python.yml'
78
pull_request:
89
paths:
910
- 'pyroscope_ffi/python/**'
11+
- '.github/workflows/python.yml'
1012

1113
jobs:
1214
build_wheels:

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77
- 'pyroscope_cli/**'
88
- 'src/**'
99
- 'tests/**'
10+
- '.github/workflows/tests.yml'
1011
pull_request:
1112
paths:
1213
- 'pyroscope_backends/**'
1314
- 'pyroscope_cli/**'
1415
- 'src/**'
1516
- 'tests/**'
17+
- '.github/workflows/tests.yml'
1618

1719
jobs:
1820
test:

0 commit comments

Comments
 (0)