Skip to content

Commit

Permalink
ci: Update ci branch ref to tag1-main
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxCWhitehead committed Sep 30, 2024
1 parent 7dc7864 commit 8d06f23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Publish build-deploy-image
on:
push:
branches:
- 'main'
- 'tag1-main'
- 'build-image'
tags:
- 'v*.*.*'
pull_request:
branches:
- 'main'
- 'tag1-main'
- 'release/*'

jobs:
Expand Down

0 comments on commit 8d06f23

Please sign in to comment.