Skip to content

Commit

Permalink
Test CI on "push to master" and "pull request"
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Oct 17, 2019
1 parent 2ee9793 commit 11d4677
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
@@ -1,6 +1,12 @@
name: Node CI

on: [push, pull_request]
on:
push:
branches:
- master
tags:
- '!*'
pull_request:

jobs:
build:
Expand Down

0 comments on commit 11d4677

Please sign in to comment.