Skip to content

Commit

Permalink
[test] ci-release test
Browse files Browse the repository at this point in the history
  • Loading branch information
Charmve committed Oct 8, 2023
1 parent e6f828e commit 51aeb16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,19 @@ name: ci-release

on:
push:
branches: [ main ]
paths-ignore:
- '**/README.md'
- '**/*.yml'
branches: [main]
paths-ignore:
- "**.md"
- "**.spec.js"
- ".idea"
- ".vscode"
- ".dockerignore"
- "Dockerfile"
- ".gitignore"
- ".github/**"
- "!.github/workflows/qbot-release.yml"
tags:
- v*
pull_request:
branches: [ main ]

# env:
# tag_name: v1.0.0
# release_name: qbot-$tag_name

jobs:
release:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/qbot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
- "Dockerfile"
- ".gitignore"
- ".github/**"
- "!.github/workflows/build.yml"
- "!.github/workflows/qbot-release.yml"
tags:
- v*
Expand Down

0 comments on commit 51aeb16

Please sign in to comment.