Skip to content

Commit

Permalink
Refactor workflow: rename file and jump CI for some special files suf…
Browse files Browse the repository at this point in the history
…fix (#111)

* Refactor workflow: rename file and jump CI for some special files suffix

* Refactor workflow: rename file and jump CI for some special files suffix
  • Loading branch information
yanghua authored Sep 21, 2024
1 parent 06fce07 commit ac36d24
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:
push:
paths-ignore:
- '*.md'
- 'pyproject.toml'
- 'poetry.lock'
- 'Makefile'
- 'LICENSE'
- '.github/ISSUE_TEMPLATE/**'
- '.gitignore'

jobs:
build:
Expand Down

0 comments on commit ac36d24

Please sign in to comment.