Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 82f96b8

Browse files
authored
Update the linting workflow on GitHub (#8405)
* Delete main.yml Removing the Markdown lint test as a duplicate of the Lint Code Base test * Update linter.yml Run linters on any pull request, not only to master or develop
1 parent 9fec847 commit 82f96b8

File tree

2 files changed

+4
-29
lines changed

2 files changed

+4
-29
lines changed

.github/workflows/linter.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,11 @@ name: Lint Code Base
1111
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
1212
#
1313

14-
#############################
15-
# Start the job on all push #
16-
#############################
14+
###################################
15+
# Start the job on a pull request #
16+
###################################
1717
on:
18-
pull_request:
19-
branches:
20-
- master
21-
- 2.*-develop
18+
pull_request
2219

2320
###############
2421
# Set the Job #

.github/workflows/main.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)