[ci skip] ci: add workflows for push to any branch

This commit is contained in:
Oliver Booth 2023-04-13 21:55:20 +01:00
parent 1c58403708
commit a0d70eaa35
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025
3 changed files with 3 additions and 6 deletions

View File

@ -3,8 +3,7 @@ name: .NET
on: on:
push: push:
branches: branches:
- main - '*'
- develop
pull_request: pull_request:
branches: branches:
- main - main

View File

@ -3,8 +3,7 @@ name: Source Validator
on: on:
push: push:
branches: branches:
- main - '*'
- develop
pull_request: pull_request:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]

View File

@ -3,8 +3,7 @@ name: Unity Test Runner
on: on:
push: push:
branches: branches:
- main - '*'
- develop
pull_request: pull_request:
branches: branches:
- main - main