Skip to content

Commit

Permalink
Only trigger lint runs on PR to avoid duplicate runs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbmaier authored Jul 19, 2021
1 parent 0ad266f commit 0b123de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lint
on: [push, pull_request]
on: pull_request
jobs:
app:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0b123de

Please sign in to comment.