Skip to content

Commit

Permalink
ci: prevent unnecessary workflows on release please branches (#4124)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Jun 6, 2024
1 parent ea96db9 commit 8740a0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/platform-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
paths-ignore:
- docs/**
- infrastructure/**
branches-ignore:
- release-please-*

jobs:
validate-pr-title:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/uffizzi-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
types: [opened, synchronize, reopened, closed]
paths-ignore:
- docs/**
branches-ignore:
- release-please-*

jobs:
build-flagsmith:
Expand Down

0 comments on commit 8740a0e

Please sign in to comment.