Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
test specifying push & pr
Browse files Browse the repository at this point in the history
  • Loading branch information
CruzMolina committed Aug 26, 2019
1 parent 397dcbb commit b8c5e9f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/nodejs.yml
@@ -1,10 +1,18 @@
name: Node CI

on:
pull_request:
push:
branches:
# long-lived branches
- master
- develop

- next

# other targets
- truffle-db

on: pull_request

jobs:
build:
strategy:
Expand Down

0 comments on commit b8c5e9f

Please sign in to comment.