Skip to content

Commit

Permalink
fix: run gh actions on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x authored Aug 26, 2020
1 parent f23a181 commit 1aa6f9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Node.js CI

on:
push:
branches: [ master ]
branches:
- '**'
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
job1:
Expand Down

0 comments on commit 1aa6f9e

Please sign in to comment.