mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 09:28:58 +00:00
workflows: build pull requests and master
With this change pull requests from forks are also built. We yet need to verify if tags/releases are built or if we need to specify the tags as well.
This commit is contained in:
8
.github/workflows/build_tests.yml
vendored
8
.github/workflows/build_tests.yml
vendored
@@ -1,6 +1,12 @@
|
||||
name: Build Tests
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user