Skip to content

Commit

Permalink
Specify workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
aschaeffer committed May 3, 2024
1 parent d45b3f9 commit 15b881d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/reactive-graph-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ on:
push:
branches: [ main ]
paths:
- "components/**/*"
- "docs/**/*"
- "public/**/*"
- ".github/workflows/design.yml"
- "src/**/*"
- "script/**/*"
- "package.json"
- ".github/workflows/reactive-graph-io.yml"
pull_request:
branches: [ main ]
paths:
- "components/**/*"
- "docs/**/*"
- "public/**/*"
- ".github/workflows/design.yml"
- "src/**/*"
- "script/**/*"
- "package.json"
- ".github/workflows/reactive-graph-io.yml"

jobs:
publish:
Expand Down

0 comments on commit 15b881d

Please sign in to comment.