Skip to content

Commit

Permalink
Don't double-check on push to PRs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Dec 22, 2021
1 parent 8a23c8b commit ff8d7ee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/shellcheck.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: shellcheck

on:
- push
- pull_request
push:
branches:
- main
pull_request:

jobs:
shellcheck:
Expand Down

0 comments on commit ff8d7ee

Please sign in to comment.