Enable Github Actions for PRs

Run CI on pull requests and when the branch is pushed.
This commit is contained in:
Renán I. Del Valle 2021-08-06 15:52:46 -07:00 committed by GitHub
parent dbc396b0db
commit 5c39a23eb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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