Skip to content

Commit

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

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

0 comments on commit 5a67ff1

Please sign in to comment.