Commit 6c8ad0f86de73bb8b673b14ee7fd3628627c74c9

Edward Thomson 2020-06-06T17:16:10

Update main.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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: