build: build for all branches

This commit is contained in:
EnixCoda 2020-04-09 16:56:45 +08:00
parent fb5c0d7e62
commit 252b0e7628
No known key found for this signature in database
GPG key ID: FE06F5DFC1C9B8E4

View file

@ -2,11 +2,11 @@ name: Build
on:
push:
branches-ignore:
- do-not-build
branches:
- '**'
pull_request:
branches-ignore:
- do-not-build
branches:
- '**'
jobs:
build: