Skip to content

Commit 42bfc94

Browse files
authored
Fix CI after wrong solution to skip tags only (rust-lang#1599)
* Fix Kani CI on push events
1 parent e3d4e2d commit 42bfc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kani.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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-
tags-ignore:
9+
branches:
1010
- '**'
1111

1212
env:

0 commit comments

Comments
 (0)