Skip to content

Commit

Permalink
Merge pull request #4061 from hugovk/actions-for-forks
Browse files Browse the repository at this point in the history
GitHub Actions: include `pull_request` so PRs from forks run
  • Loading branch information
hugovk committed Sep 14, 2019
2 parents dc9ff86 + 368570b commit 76da938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
@@ -1,6 +1,6 @@
name: Lint

on: push
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit 76da938

Please sign in to comment.