Skip to content

Commit

Permalink
回调更改
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhongjia committed Nov 28, 2023
1 parent 0d866d6 commit 8b5e328
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ on:
push:
branches: [main]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
description: 'Test scenario tags'

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
Expand Down

0 comments on commit 8b5e328

Please sign in to comment.