Skip to content

Commit 3897e94

Browse files
committedFeb 16, 2025
CI: Automatically trigger tests only on the master branch.
1 parent 16e66b0 commit 3897e94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Build"
33
on:
44
push:
55
branches:
6-
- '**'
6+
- master
77
pull_request:
88
workflow_dispatch:
99

‎.github/workflows/code-format.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Check code formatting"
33
on:
44
push:
55
branches:
6-
- '**'
6+
- master
77
pull_request:
88

99
jobs:

0 commit comments

Comments
 (0)