Skip to content

Commit

Permalink
feat: manually trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelyhentxi committed Feb 19, 2024
1 parent a1e8eef commit 645ad4f
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,7 @@ env:
permissions:
contents: write
id-token: write
'on':
push:
branches:
- master
tags-ignore:
- '**'
paths-ignore:
- '**/*.md'
- LICENSE
- '**/*.gitignore'
- .editorconfig
- docs/**
pull_request: null
'on': workflow_dispatch
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 645ad4f

Please sign in to comment.