Skip to content

Commit 86d4d75

Browse files
authored
Lint only on pull request events (#619)
1 parent 689488b commit 86d4d75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- cron: '0 9 * * 1' # M H d m w (Mondays at 9:00)
1414
jobs:
1515
lint:
16+
if: github.event_name == 'pull_request'
1617
runs-on: ubuntu-latest
1718
steps:
1819
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)