Skip to content

Commit

Permalink
Run linting only on main branch, and pull-requests
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Mar 13, 2023
1 parent 5f437bb commit 4898a50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
@@ -1,7 +1,8 @@
name: Linting, Formatting

on:
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

Expand Down

0 comments on commit 4898a50

Please sign in to comment.