Skip to content

Commit e46c25a

Browse files
committed
Merge branch '3.x'
2 parents 008a43e + adb53f6 commit e46c25a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/three_x.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ on:
33
pull_request:
44
branches:
55
- 3.x
6+
- master
67
push:
78
branches:
89
- 3.x
10+
- master
911

1012
jobs:
1113
lint:
@@ -318,4 +320,4 @@ jobs:
318320
-p "$(python setup.py --name)"
319321
--pyfunceble-version="$(python setup.py --version)"
320322
--python-version="${DOCKER_PYTHON_VERSION}"
321-
--publish --commit="$(git log -1 --format=format:'%H')"
323+
--is-latest --publish --commit="$(git log -1 --format=format:'%H')"

0 commit comments

Comments
 (0)