Skip to content

Commit

Permalink
Change build.yml condition
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Feb 18, 2024
1 parent 8c3136d commit cdde35a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: build
on: [push, pull_request]
on:
push:
paths:
- 'src/**'
- 'test/**'
pull_request:
paths:
- 'src/**'
- 'test/**'

jobs:
Ubuntu:
Expand Down

0 comments on commit cdde35a

Please sign in to comment.