Update build.yml to not limit by branch

This commit is contained in:
Tim Donohue
2020-11-30 10:12:02 -06:00
committed by GitHub
parent 0bfa425e57
commit 96d7f9c2d7

View File

@@ -3,12 +3,8 @@
# https://docs.github.com/en/free-pro-team@latest/actions/guides/building-and-testing-nodejs
name: Build
# Run this Build only for pushes / PRs to main branch
on:
push:
branches: main
pull_request:
branches: main
# Run this Build for all pushes / PRs to current branch
on: [push, pull_request]
jobs:
tests: