Skip to content

Commit

Permalink
Merge pull request #34 from Boehringer-Ingelheim/33-allow-pipeline-ru…
Browse files Browse the repository at this point in the history
…ns-on-every-push

33 allow pipeline runs on every push
  • Loading branch information
sorinvoicu authored Jul 5, 2024
2 parents 4bf6f28 + 5877028 commit 0ab75e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/shared_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ on:
- synchronize
- reopened
- ready_for_review
branches:
- main
push:
branches:
- main
workflow_call:

jobs:
Expand Down
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
# dv.templates

[![Build status](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/check.yml/badge.svg)](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/check.yml?query=workflow)
[![Build status](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/test.yml/badge.svg)](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/test.yml?query=workflow)
[![Build status](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/gitleaks.yml/badge.svg)](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/gitleaks.yml?query=workflow)
[![Build status](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/lintr.yml/badge.svg)](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/lintr.yml?query=workflow)
[![Build status](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/pkgdown.yml/badge.svg)](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/pkgdown.yml?query=workflow)
[![Build status](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/roxygen.yml/badge.svg)](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/roxygen.yml?query=workflow)
[![Build status](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/styler.yml/badge.svg)](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/styler.yml?query=workflow)
[![Build status](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/release.yml/badge.svg)](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/release.yml?query=workflow)
[![Build status](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/shared_ci.yml/badge.svg)](https://github.com/boehringer-ingelheim/dv.templates/actions/workflows/shared_ci.yml?query=workflow)

An R package template with built-in GitHub Actions-based CI/CD workflows.

Expand Down

0 comments on commit 0ab75e9

Please sign in to comment.