Skip to content

Commit f30f535

Browse files
authored
Fix Python workflow conditions (aws-observability#1120)
Fixes aws-observability#1119
1 parent 597b0d3 commit f30f535

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/pr-python.yml renamed to .github/workflows/ci-python.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
name: "Pull Request (Python)"
1+
name: "Continuous Build (Python)"
22

33
on:
4+
push:
5+
paths:
6+
- 'python/**'
7+
branches:
8+
- main
49
pull_request:
510
paths:
611
- 'python/**'
@@ -14,7 +19,7 @@ env:
1419
CORE_REPO_SHA: v1.19.0
1520

1621
jobs:
17-
PR-Python:
22+
build:
1823
runs-on: ubuntu-latest
1924

2025
strategy:

0 commit comments

Comments
 (0)