mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
only check on dev branch
This commit is contained in:
6
.github/workflows/check_code.yml
vendored
6
.github/workflows/check_code.yml
vendored
@@ -1,6 +1,10 @@
|
|||||||
name: Code Check
|
name: Code Check
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ dev ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ dev ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
|
|||||||
Reference in New Issue
Block a user