mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-08 10:46:58 +08:00
Update CI config
This commit is contained in:
parent
1689e73e90
commit
bcab36da3f
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: linux
|
name: linux
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: macos
|
name: macos
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: windows
|
name: windows
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user