Skip to content

Commit

Permalink
Update linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adefossez authored Apr 28, 2021
1 parent a598d60 commit 1082541
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: linter
on:
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]

jobs:
build:
Expand All @@ -21,4 +21,4 @@ jobs:
- name: Run linter
run: |
make linter
make linter

0 comments on commit 1082541

Please sign in to comment.