Skip to content

Commit

Permalink
ci: altered changelog restriction to only apply to development and main
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbarr93 committed Apr 23, 2024
1 parent da60aae commit 3d80187
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: "Changelog Updates"
name: "Documentation"
on:
pull_request:
# The specific activity types are listed here to include "labeled" and "unlabeled"
# (which are not included by default for the "pull_request" trigger).
# This is needed to allow skipping enforcement of the changelog in PRs with specific labels,
# as defined in the (optional) "skipLabels" property.
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
branches:
- development
- main

jobs:
# Enforces the update of a changelog file on every pull request
Expand Down

0 comments on commit 3d80187

Please sign in to comment.