Skip to content

Commit

Permalink
Prevent unnecessary workflows on release please branches
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Jun 6, 2024
1 parent c13c3d9 commit 9263751
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 9263751

Please sign in to comment.