mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-26 21:04:23 +08:00
Merge pull request #471 from protobuf-c/ga-pr
Run GitHub actions also on pull requests
This commit is contained in:
commit
9c0fdd12c3
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user