ci check lint only on changed files

This commit is contained in:
Anatoly Kussul
2022-04-13 04:42:44 +03:00
parent c7702d8511
commit 4b5d38c940
3 changed files with 74 additions and 3 deletions

View File

@@ -1,11 +1,9 @@
name: CI
on:
# Triggers the workflow on push or pull request events but only for the dev branch
# Triggers the workflow on push events but only for the dev branch
push:
branches: [dev]
pull_request:
branches: [dev]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: