Skip to content

Commit

Permalink
chore: enable workflow for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Oct 30, 2019
1 parent 16d4b15 commit 8ff07e0
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 101 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: ci
on: [push]
on: [push, pull_request]
jobs:
build:
name: Test, lint and build
Expand Down
66 changes: 21 additions & 45 deletions node_modules/@actions/core/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

87 changes: 32 additions & 55 deletions node_modules/@actions/tool-cache/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ff07e0

Please sign in to comment.