Update main.yml
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index fc95315..e66064d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -2,9 +2,9 @@ name: Containerization
on:
push:
- branches: [ master ]
+ branches: [ master, maint/* ]
pull_request:
- branches: [ master ]
+ branches: [ master, maint/* ]
jobs:
build_containers: