Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
putianyi889 committed Feb 26, 2024
1 parent 72f192f commit d310765
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,18 @@ on:
push:
branches:
- master
paths:
- 'src/**'
- 'test/**'
- '.github/workflows/CI.yml'
tags: ['*']
pull_request:
branches:
- master
paths:
- 'src/**'
- 'test/**'
- '.github/workflows/CI.yml'
workflow_dispatch:
concurrency:
# Skip intermediate builds: always.
Expand Down

0 comments on commit d310765

Please sign in to comment.