Skip to content

Commit

Permalink
update workflow to run only on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
vinothpandian committed Aug 24, 2021
1 parent 261dbeb commit c00486c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
types: [closed]

jobs:
build:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit c00486c

Please sign in to comment.