Skip to content

Commit

Permalink
Triggering on pull_request is supported by #9
Browse files Browse the repository at this point in the history
  • Loading branch information
norio-nomura committed Sep 18, 2019
1 parent cdddc77 commit 89396ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ An example workflow to executing SwiftLint follows:
```yaml
name: CI

on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit 89396ee

Please sign in to comment.