Skip to content

Commit

Permalink
chore: run test&release action on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Feb 5, 2025
1 parent db29de1 commit 45ea751
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
name: Test & Release

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'docgen/**'
- 'test/**'
- 'examples/**'
- 'hack/**'
- 'scripts/**'
- 'tools/**'
- 'vendor/**'
- 'LICENSE'
- 'README.md'
- '.github/**'
push:
paths-ignore:
- 'docs/**'
Expand Down

0 comments on commit 45ea751

Please sign in to comment.