Skip to content

Commit e5b406d

Browse files
committed
changing build config to see if git workflow is triggered
1 parent 82e99e9 commit e5b406d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build-image.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ permissions: read-all
44

55
on:
66
push:
7-
branches: [ "master" ]
7+
branches: [ "main" ]
88
tags:
99
- 'v*.*.*' # glob for semver tags (including prereleases)
1010
pull_request:
11-
branches: [ master ]
11+
branches: [ main ]
1212

1313
jobs:
1414
call-build-image:
1515
uses: UW-Macrostrat/build-push/.github/workflows/build-push.yaml@main
1616
secrets: inherit
1717
with:
1818
context: .
19-
image: 'hub.opensciencegrid.org/macrostrat/rockd-website'
19+
image: 'hub.opensciencegrid.org/macrostrat/web'

.idea/vcs.xml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)