mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build: build for all branches
This commit is contained in:
parent
fb5c0d7e62
commit
252b0e7628
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -2,11 +2,11 @@ name: Build
|
|||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- do-not-build
|
||||
branches:
|
||||
- '**'
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- do-not-build
|
||||
branches:
|
||||
- '**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue