Skip to content

Commit

Permalink
ENH: Ignore tagged commits in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cheginit committed Sep 10, 2021
1 parent e32d63d commit e9b7d0c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
on:
push:
branch:
- "*"
branches:
- "**"
tags-ignore:
- v*
- "**"
pull_request:
branch:
- "*"
branches:
- "**"
tags-ignore:
- v*

- "**"

name: CI

Expand Down

0 comments on commit e9b7d0c

Please sign in to comment.