Skip to content

Commit 1be0202

Browse files
committed
Change push branches to include master
1 parent 3b09f38 commit 1be0202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-compose-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Docker Compose Validation
33
on:
44
pull_request:
55
push:
6-
branches: [ main ]
6+
branches: [main, master]
77

88
jobs:
99
validate-compose:

0 commit comments

Comments
 (0)