Skip to content

Commit

Permalink
Merge pull request #1690 from nextcloud/automated/update-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed May 27, 2023
2 parents bda1d8b + 68100f1 commit 7b1f611
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/block-merge-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

name: Block merges during freezes

on: pull_request
on:
pull_request:
types: [opened, ready_for_review, reopened, synchronize]

permissions:
contents: read
Expand All @@ -18,6 +20,8 @@ jobs:
block-merges-during-freeze:
name: Block merges during freezes

if: github.event.pull_request.draft == false

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 7b1f611

Please sign in to comment.