Skip to content

Commit

Permalink
Unrestrict lib_c paths
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Feb 12, 2025
1 parent b6d1f4b commit 6db37d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ name: Smoke tests
on:
push:
paths:
- 'src/lib_c/*{bsd,i386,android,solaris,dragonfly}*/**'
- 'src/lib_c/**'
- 'src/crystal/system/**'
- '.github/workflows/smoke.yml'
pull_request:
branches:
- 'src/lib_c/*{bsd,i386,android,solaris,dragonfly}*/**'
- 'src/lib_c/**'
- 'src/crystal/system/**'
- '.github/workflows/smoke.yml'
schedule:
Expand Down

0 comments on commit 6db37d1

Please sign in to comment.