mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
👷 Run linter only after PR created
This commit is contained in:
parent
b32a7d4c91
commit
03cc8b49e8
1 changed files with 0 additions and 1 deletions
1
.github/workflows/code-linter.yml
vendored
1
.github/workflows/code-linter.yml
vendored
|
|
@ -1,7 +1,6 @@
|
||||||
# Lints code merged into master branch
|
# Lints code merged into master branch
|
||||||
name: Lint Code Base
|
name: Lint Code Base
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue