FEAT: #12 Updated test workflow and removed unwanted branch from container build
This commit is contained in:
		@@ -2,7 +2,7 @@ name: Build and Push Development Docker Image
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches: [ development, chore/software-testing ]
 | 
			
		||||
    branches: [ development ]
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  build-and-push:
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,5 @@
 | 
			
		||||
Name: Run Unit and Integration Tests
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user