Skip to content

Commit 9a3649f

Browse files
committed
docker: change branch name of actions
1 parent aae2cbc commit 9a3649f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
push:
1313
branches:
1414
- main
15-
- j4n/docker
15+
- j4n/docker-pr
1616
paths:
1717
- 'docker/**'
1818
- 'docker-compose.yaml'

.github/workflows/test-and-deploy-docker-ipv4only.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
- j4n/docker
7+
- j4n/docker-pr
88
paths:
99
- 'docker/**'
1010
- 'docker-compose.yaml'

.github/workflows/test-and-deploy-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
- j4n/docker
7+
- j4n/docker-pr
88
paths:
99
- 'docker/**'
1010
- 'docker-compose.yaml'

0 commit comments

Comments
 (0)