Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Update push-to-oci.yaml to include tags in branch filtering (#13)
Browse files Browse the repository at this point in the history
* Update push-to-oci.yaml to include tags in branch filtering

* Update version tag pattern in push-to-oci.yaml
  • Loading branch information
devantler authored Dec 27, 2023
1 parent 5f56248 commit 38616ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push-to-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Push to OCI

on:
push:
branches: ["main"]
branches:
- main
tags:
- 'v*.*.*'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 38616ba

Please sign in to comment.