Skip to content

Commit

Permalink
Filter integration test runs by path
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Aug 27, 2024
1 parent 39006bd commit 417238f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,21 @@ name: "Integration test"

on:
pull_request:
paths:
- ".github/**"
- "icepyx/**/*.py"
- "pyproject.toml"
- "requirements*.txt"

push:
branches:
- "main"
- "development"
paths: # IMPORTANT: Keep in sync with pull request paths

This comment has been minimized.

Copy link
@mfisher87

mfisher87 Aug 27, 2024

Author Member

YAML anchors aren't supported so we have to dup some info

- ".github/**"
- "icepyx/**/*.py"
- "pyproject.toml"
- "requirements*.txt"

jobs:
test:
Expand Down

0 comments on commit 417238f

Please sign in to comment.