Skip to content

Commit

Permalink
bayesmix-base is now built at every push on master
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoGiane committed Oct 5, 2023
1 parent 600fb50 commit 5143ec9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish_base_image.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Publish bayesmix-base image

on: workflow_dispatch
on:
push:
branches:
- 'master'
workflow_dispatch:

jobs:
push_to_registry:
Expand Down

0 comments on commit 5143ec9

Please sign in to comment.