Skip to content

Commit

Permalink
Merge pull request #153 from OpenVoiceOS/feat/enable_ci_for_pr
Browse files Browse the repository at this point in the history
[ci] Enable CI for pull request
  • Loading branch information
goldyfruit authored Sep 19, 2024
2 parents 10dcd27 + 1189f6e commit bf831f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Check code style and quality

on:
pull_request:
paths:
- ansible/**
- utils/**
push:
paths:
- ansible/**
Expand Down

0 comments on commit bf831f9

Please sign in to comment.