fix(ci): build on subdir branch push

This commit is contained in:
Oliver Booth 2023-08-23 16:14:56 +01:00
parent f57318a381
commit 3e338eb2f5
Signed by: oliverbooth
GPG Key ID: B89D139977693FED
2 changed files with 4 additions and 0 deletions

View File

@ -4,9 +4,11 @@ on:
push: push:
branches: branches:
- '*' - '*'
- '*/*'
pull_request: pull_request:
branches: branches:
- '*' - '*'
- '*/*'
jobs: jobs:
build: build:

View File

@ -4,9 +4,11 @@ on:
push: push:
branches: branches:
- '*' - '*'
- '*/*'
pull_request: pull_request:
branches: branches:
- '*' - '*'
- '*/*'
jobs: jobs:
build: build: