Skip to content

Commit

Permalink
changing build config to see if git workflow is triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
amyfromandi committed Dec 17, 2024
1 parent 82e99e9 commit e5b406d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ permissions: read-all

on:
push:
branches: [ "master" ]
branches: [ "main" ]
tags:
- 'v*.*.*' # glob for semver tags (including prereleases)
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
call-build-image:
uses: UW-Macrostrat/build-push/.github/workflows/build-push.yaml@main
secrets: inherit
with:
context: .
image: 'hub.opensciencegrid.org/macrostrat/rockd-website'
image: 'hub.opensciencegrid.org/macrostrat/web'
2 changes: 0 additions & 2 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e5b406d

Please sign in to comment.