Skip to content

Commit

Permalink
[github-actions] Run workflow on all branches on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansamines committed Mar 5, 2020
1 parent d73498c commit 87b8bf0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Node.js CI

on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master, develop ]
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit 87b8bf0

Please # to comment.