Skip to content

Commit

Permalink
deactivate the protection of the "releases" folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbader-sap authored May 21, 2024
1 parent b3ff872 commit b8deb31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prevent-file-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Prevent Changes to Release Files

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

jobs:
Expand All @@ -14,4 +14,4 @@ jobs:
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
pattern: releases/.*
allowNewFiles: true
allowNewFiles: true

0 comments on commit b8deb31

Please sign in to comment.