Skip to content

Commit

Permalink
updated check patch notes workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne-Weber committed May 17, 2024
1 parent 363f56c commit d7a0b1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Check_patch_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main # Adjust to match your main branch name
workflow_dispatch:

jobs:
check_documentation:
Expand All @@ -20,4 +21,4 @@ jobs:
else
echo "Update patch notes!"
exit 1
fi
fi

0 comments on commit d7a0b1e

Please sign in to comment.