Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Commit

Permalink
prevent CI from running both push/pull_request jobs on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
bmancini55 committed Oct 6, 2021
1 parent fd332ca commit 68f608d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Node.js CI

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

jobs:
validate:
Expand Down

0 comments on commit 68f608d

Please sign in to comment.