Skip to content

Commit

Permalink
Merge branch 'main' into release/4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Apr 13, 2023
2 parents 21907ae + 334c64e commit 63e2f7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ on:
- '*'
pull_request:
branches:
- main
- develop
- '*'

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
nightly:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/unity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ on:
- '*'
pull_request:
branches:
- main
- develop
- '*'

jobs:
build:
Expand Down

0 comments on commit 63e2f7b

Please sign in to comment.