Skip to content

Commit

Permalink
ci: fix typo for file check workflow (#215)
Browse files Browse the repository at this point in the history
* ci: fix typo

* ci: remove duplicated workflow trigger
  • Loading branch information
juliapampus authored Feb 8, 2024
1 parent bffa740 commit d5dc93c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/prevent-file-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ 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:
runs-on: ubunut-latest
runs-on: ubuntu-latest
steps:
- name: Prevent file change
uses: xalvarez/prevent-file-change-action@v1
Expand Down

0 comments on commit d5dc93c

Please sign in to comment.