Skip to content

Commit

Permalink
Drop support for pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
sajidanower23 committed Jan 17, 2025
1 parent a61c035 commit 4a23df2
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,7 @@ on:
# branches to consider in the event; optional, defaults to all
branches:
- develop
# pull_request event is required only for autolabeler
pull_request:
# Only following types are handled by the action, but one can default to all as well
types: [opened, reopened, synchronize]
# branches:
# - develop
pull_request_target:
types: [opened, reopened, synchronize]
# branches:
# - develop
- modify-trigger

permissions:
contents: write
Expand Down

0 comments on commit 4a23df2

Please sign in to comment.