Skip to content

Commit

Permalink
ci: enable pipeline on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
fritterhoff committed Oct 25, 2024
1 parent 3a1be6d commit 408a0af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: build

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:

Expand All @@ -15,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.22'
go-version: '1.23'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
> [!IMPORTANT]
> This repository is now archived.
> Thank you all for your excellent contributions.
> May it continue to live in all your wonderful forks.
# OpenLDAP Prometheus Exporter

This is a simple service that scrapes metrics from OpenLDAP and exports them via HTTP for Prometheus consumption.
Expand Down

0 comments on commit 408a0af

Please sign in to comment.