mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49: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
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [ dev ]
|
||||
pull_request:
|
||||
branches: [ dev ]
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
||||
Reference in New Issue
Block a user