Skip to content

Commit

Permalink
fix: remove path triggers (#600)
Browse files Browse the repository at this point in the history
Remove path triggers
  • Loading branch information
dsotirakis authored Dec 2, 2024
1 parent 6d8d8a1 commit 8d075a1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/check-for-non-releasable-actions.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Check for non-releasable actions
on:
pull_request:
paths:
- actions/
- .github/workflows/check-for-non-releasable-actions.yaml
- release-please-config.json
types:
- edited
- opened
Expand All @@ -14,10 +10,6 @@ on:
push:
branches:
- main
paths:
- actions/
- .github/workflows/check-for-non-releasable-actions.yaml
- release-please-config.json

jobs:
check-for-non-releasable-actions:
Expand Down

0 comments on commit 8d075a1

Please sign in to comment.