Skip to content

Commit

Permalink
ci: run pull request only or push on master
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed Sep 21, 2020
1 parent 09b2b61 commit 4ce7e9a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nodejs.yml
@@ -1,6 +1,10 @@
name: Build

on: [push]
on:
push:
branches:
- master
pull_request:

jobs:
build:
Expand Down

0 comments on commit 4ce7e9a

Please sign in to comment.