mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-26 21:04:23 +08:00
Run GitHub actions also on pull requests
The push trigger didn't seem to work for PRs based in outside repos. So limit the push trigger to master and next and enable a PR trigger.
This commit is contained in:
parent
7c6b54b162
commit
50851e47bc
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