Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
only build logging when necessary
  • Loading branch information
ueman committed Nov 9, 2021
commit dc02e35213917a77a8840b4b139d4a6e1d5ff9ef
11 changes: 11 additions & 0 deletions .github/workflows/logging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ on:
branches:
- main
pull_request:
on:
push:
branches:
- main
paths:
- "sentry_logging/**"
- ".github/workflows/logging.yml"
pull_request:
paths:
- "sentry_logging/**"
- ".github/workflows/logging.yml"
defaults:
run:
shell: bash
Expand Down