Skip to content

Commit

Permalink
Merge pull request unvariance#53 from yonch:main
Browse files Browse the repository at this point in the history
Run Github Actions on `main` only when relevant paths change
  • Loading branch information
yonch authored Feb 11, 2025
2 parents 502d568 + 4357411 commit d6931a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Prometheus Integration Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ name: Prometheus Integration Test
on:
push:
branches: [ "main" ]
paths:
- cmd/collector/**
pull_request:
branches: [ "main" ]
paths:
- cmd/collector/**

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docs-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- main
paths:
- docs/**
- mkdocs.yml
permissions:
contents: write
jobs:
Expand Down

0 comments on commit d6931a5

Please sign in to comment.