[Workflows] Run CI for pull requests to any branch

This commit is contained in:
pizzaboxer 2023-05-10 18:07:01 +01:00 committed by GitHub
parent d3e19cc2b2
commit be9826f06d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,8 @@ on:
branches: branches:
- '**' - '**'
pull_request: pull_request:
branches: [ main ] branches:
- '**'
jobs: jobs:
build: build: