Skip to content

Commit 73614b5

Browse files
styflekodiakhq[bot]
authored andcommitted
Prevent CI for tags (#52)
* Prevent CI for tags * Fix syntax * Fix pr path * Empty commit * Remove tags * Add back tags * Simplify the events * Change it back again :( * Empty pull request
1 parent 3c9d9de commit 73614b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
push:
55
branches:
66
- master
7+
tags:
8+
- '!*'
79
pull_request:
8-
paths:
9-
- '**/*'
1010

1111
jobs:
1212
test:

0 commit comments

Comments
 (0)