mirror of https://github.com/ValdikSS/GoodbyeDPI
committed by
GitHub
1 changed files with 7 additions and 1 deletions
@ -1,5 +1,11 @@ |
|||
name: Clang Format Checker |
|||
on: [push] |
|||
on: |
|||
push: |
|||
paths: |
|||
- 'src/**' |
|||
pull_request: |
|||
paths: |
|||
- 'src/**' |
|||
env: |
|||
BRANCH_NAME: master |
|||
jobs: |
Loading…
Reference in new issue