mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-10 07:14:05 +00:00
do fast checks on push
This commit is contained in:
parent
148de49d71
commit
b79010f86e
8
.github/workflows/fast.yml
vendored
8
.github/workflows/fast.yml
vendored
@ -9,6 +9,14 @@ on:
|
|||||||
- 'doc/**'
|
- 'doc/**'
|
||||||
- 'examples/**'
|
- 'examples/**'
|
||||||
- 'tools/**'
|
- 'tools/**'
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
|
paths-ignore:
|
||||||
|
- 'doc/**'
|
||||||
|
- 'examples/**'
|
||||||
|
- 'tools/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cmake:
|
cmake:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user