Skip to content

Commit

Permalink
Uncomment lines to begin publishing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-rliu committed Nov 7, 2024
1 parent 1a6ed37 commit 53d6005
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: build

on:
# TODO: uncomment this condition when ready to start publishing
# packages from this repo
# push:
# branches:
# - "branch-*"
# tags:
# - v[0-9][0-9].[0-9][0-9].[0-9][0-9]
push:
branches:
- "branch-*"
tags:
- v[0-9][0-9].[0-9][0-9].[0-9][0-9]
workflow_dispatch:
inputs:
branch:
Expand Down

0 comments on commit 53d6005

Please sign in to comment.