Build scheduling changes

Run builds on pushes/merges to 'main', on PRs, and upon request.
This commit is contained in:
John Demme 2020-12-29 19:53:16 -08:00
parent 7b4ff0bd1e
commit c803cff2f1
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
name: Build and Test
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
types: [assigned, opened, synchronize, reopened]
workflow_dispatch:
jobs:
# Build the LLVM submodule then cache it. Do not rebuild if hit in the