Skip to content

Commit 5334e18

Browse files
committed
ci: Inhibiting + README.md integration.
1 parent a380237 commit 5334e18

File tree

2 files changed

+15
-21
lines changed

2 files changed

+15
-21
lines changed

.github/workflows/ci-scripts-build.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@
88
name: devlib2
99

1010
# Trigger on pushes and PRs to any branch
11-
on: [push, pull_request, workflow_dispatch]
11+
on:
12+
push:
13+
paths-ignore:
14+
- "documentation/**"
15+
- "**/*.md"
16+
pull_request:
17+
paths-ignore:
18+
- "documentation/**"
19+
- "**/*.md"
20+
workflow_dispatch:
1221

1322
env:
1423
SETUP_PATH: .ci-local:.ci

README.md

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
1-
devLib2 - Library for direct MMIO access to PCI and VME64x
2-
==========================================================
1+
[![devlib2](https://github.com/epics-modules/devlib2/actions/workflows/ci-scripts-build.yml/badge.svg)](https://github.com/epics-modules/devlib2/actions/workflows/ci-scripts-build.yml)
32

4-
Michael Davidsaver <[email protected]>
3+
---
54

6-
[Documentation and example](http://epics.sourceforge.net/devlib2/)
7-
8-
Releases are found at:
9-
10-
[http://sourceforge.net/projects/epics/files/](http://sourceforge.net/projects/epics/files/)
11-
12-
Requires: [EPICS Base](http://www.aps.anl.gov/epics/) >= 3.14.8.2
13-
14-
VCS sources
15-
16-
```shell
17-
git clone https://github.com/epics-modules/devlib2.git
18-
```
19-
20-
This is file is generated from git revision $Format:%H$
21-
22-
<a href="https://travis-ci.org/epics-modules/devlib2"><img src="https://travis-ci.org/epics-modules/devlib2.svg">CI Build Status</img></a>
5+
# devLib2 - Library for direct MMIO access to PCI and VME64x
6+
* [Documentation and example](http://epics.sourceforge.net/devlib2/)
7+
* Requires: [EPICS Base](http://www.aps.anl.gov/epics/) >= 3.14.8.2

0 commit comments

Comments
 (0)