Run CI on all pushes and pull requests to main.

This commit is contained in:
Renán Del Valle 2021-10-14 20:05:06 -07:00
parent 17bf49d66e
commit 2a0af949ab
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -1,7 +1,12 @@
name: CI
on: [push]
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build: