CI change
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -2,7 +2,13 @@
|
|||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
# fire on
|
# fire on
|
||||||
on: [ push, pull_request ]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- DoorDev
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- DoorDev
|
||||||
|
|
||||||
# stuff to do
|
# stuff to do
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user