Skip to content

Commit

Permalink
ci: fix workflow paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Jul 8, 2024
1 parent c54dcb0 commit e6eb2a4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ on:
push:
branches: [main]
paths:
- "packages/**/*.{circom,json,ts}"
- "packages/**/*.circom"
- "packages/**/*.json"
- "packages/**/*.ts"
pull_request:
paths:
- "packages/**/*.{circom,json,ts}"
- "packages/**/*.circom"
- "packages/**/*.json"
- "packages/**/*.ts"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit e6eb2a4

Please sign in to comment.