Skip to content

Commit

Permalink
fix: release new template
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu-xiaowei committed Nov 15, 2024
1 parent bfafee0 commit 988a65f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: Release Template

on:
workflow_dispatch:
inputs:
reason:
description: 'the reason for triggering this workflow'
required: false
default: 'manually publish the ecr images and templates'
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
release_template:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 988a65f

Please sign in to comment.