Skip to content

ci: fix typo for file check workflow #1

ci: fix typo for file check workflow

ci: fix typo for file check workflow #1

name: Prevent Changes to Release Files
on:
pull_request:
types: [ opened ]
pull_request_target:
types: [ opened ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Prevent file change
uses: xalvarez/prevent-file-change-action@v1
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
pattern: releases/.*
allowNewFiles: true