Skip to content

Commit

Permalink
ci: Updated GH Action to only be triggered if something in packages/o…
Browse files Browse the repository at this point in the history
…pen-… (#1333)

* Updated GH Action to only be triggered if something in packages/open-scd has been changed

* Only test-and-build should be required for a pr

* Only test-and-build should be required for a pr
  • Loading branch information
pascalwilbrink authored Nov 15, 2023
1 parent 0c2a56a commit af796bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches-ignore:
- main
paths:
- packages/open-scd/**

jobs:
test:
Expand Down

0 comments on commit af796bc

Please sign in to comment.