Skip to content

Commit

Permalink
run on PR for fork as well as branch
Browse files Browse the repository at this point in the history
  • Loading branch information
compwron committed Nov 9, 2020
1 parent 951d04b commit 23aac57
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: standardrb lint

on: [push]
on:
- push
- pull_request_target

jobs:
lint:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: rspec and cypress

on: [push]
on:
- push
- pull_request_target

jobs:
test:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: brakeman

on: [push]
on:
- push
- pull_request_target

jobs:
brakeman:
Expand Down

0 comments on commit 23aac57

Please sign in to comment.