Skip to content

Commit

Permalink
ci: Be more specific when to run the main Unit checks
Browse files Browse the repository at this point in the history
ci-dev-distro-compiler.yaml already limits itself to running only when
relevant things are updated.

Signed-off-by: Andrew Clayton <[email protected]>
  • Loading branch information
ac000 committed May 29, 2024
1 parent ea5c41b commit 4fc5025
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ name: ci
on:
pull_request:
push:
branches:
- master
branches: master
paths:
- configure
- 'auto/**'
- 'go/**'
- 'src/**'
- 'test/**'
- '.github/workflows/ci.yml'

jobs:
test:
Expand Down

0 comments on commit 4fc5025

Please sign in to comment.