mirror of
https://github.com/heiher/natmap.git
synced 2026-05-06 21:51:26 +08:00
CI: Automatically trigger tests only on the master branch.
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -3,7 +3,7 @@ name: "Build"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
- master
|
||||
pull_request:
|
||||
release:
|
||||
types:
|
||||
|
||||
2
.github/workflows/code-format.yaml
vendored
2
.github/workflows/code-format.yaml
vendored
@@ -3,7 +3,7 @@ name: "Check code formatting"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user