Skip to content

Commit

Permalink
Try to fix regression test ignore-paths
Browse files Browse the repository at this point in the history
  • Loading branch information
corey committed Mar 5, 2024
1 parent 4d02b4a commit ea36b3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
push:
paths-ignore:
# Ignore updates to just the publish action
- '.github\workflows\publish.yml'
- '.github/workflows/publish.yml'
# Ignore updates to just version files for Origen/OM/CLI
- 'rust\origen\cli\Cargo.toml'
- 'python\origen\pyproject.toml'
- 'python\origen_metal\pyproject.toml'
- 'rust/origen/cli/Cargo.toml'
- 'python/origen/pyproject.toml'
- 'python/origen_metal/pyproject.toml'
workflow_dispatch:
jobs:
build:
Expand Down

0 comments on commit ea36b3f

Please sign in to comment.