Skip to content

Commit e52370c

Browse files
Merge pull request #68 from digma-ai/fix/default-branch
Change default branch to main
2 parents 7b558ac + 2e4f304 commit e52370c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/digma-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
type=semver,pattern={{major}}.{{minor}}
4949
type=semver,pattern={{major}}
5050
type=sha
51-
# set latest tag for digma branch
52-
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'digma') }}
51+
# set latest tag for main branch
52+
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
5353
5454
- name: Build and push
5555
uses: docker/build-push-action@v6

.github/workflows/digma-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Lint & test & build
33
on:
44
push:
55
branches:
6-
- 'digma'
6+
- 'main'
77
# Github Actions don't support YAML anchors yet, so we have to repeat
88
# the paths-ignore in both push and pull_request events.
99
# More info: https://github.com/actions/runner/issues/1182
@@ -16,7 +16,7 @@ on:
1616
- 'LICENSE'
1717
pull_request:
1818
branches:
19-
- 'digma'
19+
- 'main'
2020
paths-ignore:
2121
- '.vscode/**'
2222
- '.prettierignore'

0 commit comments

Comments
 (0)