Skip to content

Commit

Permalink
Ensure CI runs on pull requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Sep 20, 2019
1 parent 02c66d3 commit e3262c1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: CI

on:
push: {}
push:
branches:
- master
- 'v*' # older version branches
tags:
- '*'
pull_request: {}
schedule:
- cron: '0 6 * * 0' # weekly, on sundays

Expand Down

0 comments on commit e3262c1

Please sign in to comment.