Skip to content

Commit

Permalink
only on pr-target
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklan committed Oct 9, 2024
1 parent 1176130 commit bf9d962
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/semver-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ name: semver-checks

# Trigger when a PR is opened or changed
on:
# pull_request_target:
# types:
# - opened
# - edited
# - synchronize
# - reopened
pull_request
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit bf9d962

Please sign in to comment.