Merge pull request #471 from protobuf-c/ga-pr

Run GitHub actions also on pull requests
This commit is contained in:
Ilya Lipnitskiy 2021-04-09 20:00:55 -07:00 committed by GitHub
commit 9c0fdd12c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,10 @@
name: Test Build
on:
push:
branches:
- master
- next
pull_request:
schedule:
- cron: '0 0 * * 0' # Every Sunday at 00:00
jobs: