Skip to content

Commit e3d4e2d

Browse files
authored
Update kani.yml (rust-lang#1592)
Don't ignore development branches. Ignore tags only.
1 parent 6a8e33f commit e3d4e2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/kani.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
push:
77
# Not just any push, as that includes tags.
88
# We don't want to re-trigger this workflow when tagging an existing commit.
9-
branches:
10-
- main
9+
tags-ignore:
10+
- '**'
1111

1212
env:
1313
RUST_BACKTRACE: 1

0 commit comments

Comments
 (0)