Skip to content

Commit

Permalink
Fixing up docker image to build on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFarley committed Sep 16, 2023
1 parent c1a9a91 commit 0b408e2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ name: Docker Image CI

on:
push:
branches:
- master
- fixing-vulnerabilities-september-2023
tags:
- "*"
branches: [ "*" ]
tags: [ "*" ]

jobs:
build:
Expand Down

0 comments on commit 0b408e2

Please sign in to comment.