Skip to content

Commit

Permalink
ci: Inhibiting + README.md integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Dec 8, 2023
1 parent c6002d6 commit c711254
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@
name: devlib2

# Trigger on pushes and PRs to any branch
on: [push, pull_request, workflow_dispatch]
on:
push:
paths-ignore:
- "documentation/**"
- "**/*.md"
pull_request:
paths-ignore:
- "documentation/**"
- "**/*.md"
workflow_dispatch:

env:
SETUP_PATH: .ci-local:.ci
Expand Down
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* [![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)

---

devLib2 - Library for direct MMIO access to PCI and VME64x
==========================================================

Expand All @@ -10,13 +14,3 @@ Releases are found at:
[http://sourceforge.net/projects/epics/files/](http://sourceforge.net/projects/epics/files/)

Requires: [EPICS Base](http://www.aps.anl.gov/epics/) >= 3.14.8.2

VCS sources

```shell
git clone https://github.com/epics-modules/devlib2.git
```

This is file is generated from git revision $Format:%H$

<a href="https://travis-ci.org/epics-modules/devlib2"><img src="https://travis-ci.org/epics-modules/devlib2.svg">CI Build Status</img></a>

0 comments on commit c711254

Please sign in to comment.