Enable only for main branch pushes or PRs

This commit is contained in:
Tim Donohue
2020-11-25 09:26:43 -06:00
parent 49effd14df
commit 3f1266e485

View File

@@ -4,11 +4,11 @@
name: Build
# Run this Build only for pushes / PRs to main branch
on: [push, pull_request]
# push:
# branches: main
# pull_request:
# branches: main
on:
push:
branches: main
pull_request:
branches: main
jobs:
tests: