Skip to content

Commit

Permalink
ci: remove duplicated workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
juliapampus committed Feb 8, 2024
1 parent 4fbd568 commit c7e30ca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/prevent-file-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Prevent Changes to Release Files

on:
pull_request:
types: [ opened ]
pull_request_target:
types: [ opened ]
branches: [ main ]
types: [opened, edited, synchronize, reopened, labeled, unlabeled]

jobs:
check:
Expand Down

0 comments on commit c7e30ca

Please sign in to comment.