Skip to content

Commit

Permalink
Refactor workflow: rename file and jump CI for some special files suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Sep 21, 2024
1 parent 239e39d commit c46d861
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/unittest.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: UnitTest
name: CI

on: [push]
on:
path:
paths-ignore:
- '*.md'
- 'pyproject.toml'
- 'poetry.lock'
- 'Makefile'
- 'LICENSE'
- '.github/ISSUE_TEMPLATE/**'
- '.gitignore'

jobs:
build:
Expand Down

0 comments on commit c46d861

Please sign in to comment.