Skip to content

Commit 67b72d0

Browse files
committed
v3.2.4
1 parent ccaae90 commit 67b72d0

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Unit tests
33
on:
44
push:
55
branches: [ '**' ]
6+
pull_request:
67

78
jobs:
89
linting:

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
* *3.2.4* (2024-09-11)
4+
* Added GitHub action trigger for PRs
5+
36
* *3.2.3* (2024-09-11)
47
* Fixed coverage setup due to GitHub changes
58

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Add simple dynamic interaction to the otherwise static django admin."""
22

3-
__version__ = "3.2.3"
3+
__version__ = "3.2.4"

0 commit comments

Comments
 (0)