Skip to content

Commit

Permalink
MAINT/TST: Add requirement to run linting on push
Browse files Browse the repository at this point in the history
We want this to be noticed as early as possible
  • Loading branch information
Kai-Striega committed Nov 12, 2023
1 parent 9471e56 commit c4d0f51
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Lint

on:
push:
branches:
- "*"
pull_request:
branches:
- main
- push
- pull_request

permissions:
contents: read # to fetch code (actions/checkout)
Expand Down

0 comments on commit c4d0f51

Please sign in to comment.