Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/docs-to-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
sync-content-to-wiki:
if: always() && format('refs/heads/{0}', github.event.repository.default_branch) == github.ref && github.event_name != 'gollum'
runs-on: ubuntu-latest
environment: production
steps:
- uses: actions/checkout@v4
- name: Sync repo wiki folder to wiki
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: Publish

on:
push:
branches:
- main
release:
types:
- edited
- published

env:
DOCKER_IMAGE: ghcr.io/lgcorzo/mlops-python-package
concurrency:
Expand All @@ -16,6 +21,7 @@ jobs:
pages: write
id-token: write
runs-on: ubuntu-latest
environment: production
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
Expand Down
Loading