Build on pull requests

This will make testing PRs easier
This commit is contained in:
Jorge O. Castro
2022-12-12 19:52:34 -05:00
committed by GitHub
parent 9901b295d9
commit a1b5e00a32

View File

@@ -1,6 +1,11 @@
name: build-ublue
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '0 0 * * *' # every day at midnight
env: