Skip to content

Commit

Permalink
fix(ci): build on subdir branch push
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Aug 23, 2023
1 parent f57318a commit 3e338eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- '*'
- '*/*'
pull_request:
branches:
- '*'
- '*/*'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/unity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- '*'
- '*/*'
pull_request:
branches:
- '*'
- '*/*'

jobs:
build:
Expand Down

0 comments on commit 3e338eb

Please sign in to comment.