Skip to content

Commit

Permalink
fix: update workflow run conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayerAnsh committed Oct 24, 2024
1 parent 6c0fc2b commit cafb290
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: Test Packages
on:
release:
types: [created]
pull_request:
types:
- opened
branches:
- 'main'
- 'development'
paths:
- 'packages/**'
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cafb290

Please sign in to comment.