Skip to content

Commit 1254a73

Browse files
committed
Run changelog:updated check when on a branch != main
1 parent 8427602 commit 1254a73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
python-version: "3.9"
5555

5656
- name: Run changelog update check
57+
if: ${{ github.ref != 'refs/heads/main' }}
5758
run: poetry run nox -s changelog:updated
5859

5960
build-matrix:

0 commit comments

Comments
 (0)