CI: Automatically trigger tests only on the master branch.

This commit is contained in:
hev
2025-02-16 11:45:53 +08:00
parent 2ced8b6223
commit a82955db29
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ name: "Build"
on:
push:
branches:
- '**'
- master
pull_request:
release:
types:

View File

@@ -3,7 +3,7 @@ name: "Check code formatting"
on:
push:
branches:
- '**'
- master
pull_request:
jobs: