Skip to content

Commit

Permalink
feat: try to make CI and (pre)release mutually exclusive again
Browse files Browse the repository at this point in the history
  • Loading branch information
Entze committed Sep 16, 2021
1 parent 2f800db commit b34657b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
- "gradlew"
- "gradlew.bat"
- ".github/workflows/CI.yaml"
tags-ignore:
- "v*.*.*"
- "v*.*.*-SNAPSHOT"
- "v*.*.*-SNAPSHOT-*"

jobs:
build:
Expand Down

0 comments on commit b34657b

Please sign in to comment.