Skip to content

Commit

Permalink
Fix CI path to trigger CI (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpacifici committed Oct 12, 2023
1 parent f04503d commit 9d4df39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-sentry-jsonish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
- release-sentry_jsonish/**
- release-sentry-jsonish/**
paths:
- sentry_jsonish/**
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-sentry-jsonnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
- release-sentry_jsonnet/**
- release-sentry-jsonnet/**
paths:
- sentry_jsonnet/**
pull_request:
Expand Down

0 comments on commit 9d4df39

Please sign in to comment.