mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-04-20 00:39:56 +01:00
9
.github/workflows/test.yaml
vendored
9
.github/workflows/test.yaml
vendored
@@ -1,7 +1,12 @@
|
||||
name: Tests
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- dev
|
||||
- v*
|
||||
- beta-v*
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -23,4 +28,4 @@ jobs:
|
||||
- name: Run Circle Test
|
||||
run: |
|
||||
echo "Building ${ARCH}"
|
||||
./circle-test.sh
|
||||
./circle-test.sh
|
||||
|
||||
Reference in New Issue
Block a user