Skip to content

Commit

Permalink
push docker image on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehesluke committed Oct 9, 2023
1 parent 405d66d commit 1b64547
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Code Tests

on:
push:
branches: [ feature/docker-and-package-upgrades ]
branches: [ feature/docker-and-package-upgrades-new ]
pull_request:
branches: [ master ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker Publish

on:
push:
branches: [ feature/docker-and-package-upgrades ]
branches: [ feature/docker-and-package-upgrades-new ]

jobs:
build-and-push-docker-image:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reference-implementation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Reference Implementation

on:
push:
branches: [ feature/docker-and-package-upgrades ]
branches: [ feature/docker-and-package-upgrades-new ]
pull_request:
branches: [ master ]

Expand Down

0 comments on commit 1b64547

Please sign in to comment.