Skip to content

Commit

Permalink
fix: ci 触发时机调整 (#1692)
Browse files Browse the repository at this point in the history
  • Loading branch information
drl990114 authored Nov 6, 2023
1 parent 10c394c commit e1df24d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ on:
# When Release Pull Request is merged
push:
branches:
- next
- 'chore/**'
- 'feat/**'
pull_request:
branches:
- next
Expand All @@ -13,12 +14,13 @@ env:
CI: true
jobs:
publish:
permissions:
contents: write # to create tags and refs
actions: write # to cancel running workflow (andymckay/cancel-action)
issues: write # to create comment

name: publish
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [16.x]

steps:
# Setup
Expand Down

0 comments on commit e1df24d

Please sign in to comment.