Skip to content

Commit

Permalink
Merge pull request #531 from zdharma-continuum/ci/container-on-main-only
Browse files Browse the repository at this point in the history
ci: build container trigger on main branch push or new release tag
  • Loading branch information
vladdoster authored Jun 6, 2023
2 parents de85908 + c95365c commit 9ebc788
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Container images

on: [push, workflow_dispatch]
on:
push:
branches:
- main
tags:
- v[0-9]+.[0-9]+.[0-9]+
workflow_dispatch:

jobs:
build-containers-with-zsh:
Expand Down

0 comments on commit 9ebc788

Please sign in to comment.