Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Run testing workflow only by PR
  • Loading branch information
samchon authored Dec 17, 2024
1 parent 1ae8dd5 commit 9d60fdc
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
name: build
on:
push:
paths:
- 'examples/**'
- 'src/**'
- 'test/**'
- 'package.json'
on:
pull_request:
paths:
- 'examples/**'
- 'src/**'
- 'test/**'
- 'package.json'

jobs:
Ubuntu:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9d60fdc

Please sign in to comment.