Skip to content

Commit

Permalink
Merge branch 'ele-998-add-setuppy-to-test-workflow-paths' into ele-99…
Browse files Browse the repository at this point in the history
…5-upgrade-packaging-package-version-in-oss-python-package
  • Loading branch information
elongl committed Jun 4, 2023
2 parents 58f470d + 713505e commit 9ab7f2e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-main-warehouse.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: Test main warehouse platform
on:
push:
branches: [ "master" ]
branches: ["master"]
paths:
- elementary/**
- setup.py
pull_request:
branches: [ "master" ]
branches: ["master"]
paths:
- elementary/**
- setup.py
workflow_dispatch:


jobs:
test:
uses: ./.github/workflows/test-warehouse.yml
Expand Down

0 comments on commit 9ab7f2e

Please sign in to comment.