[CI] Restrict builds to rewrite branch
This commit is contained in:
parent
abe307ee57
commit
388b306e88
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -1,5 +1,7 @@
|
|||
name: Build
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches: [rewrite]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue