Skip to content

Commit 7ae50ef

Browse files
authored
fix wrong key used in prepare.yaml workflow (#702)
1 parent 98ee0b1 commit 7ae50ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/prepare.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [master]
66
# don't run this workflow on version tags
7-
ignore-tags: ["v*"]
7+
tags-ignore: ["v*"]
88
pull_request:
99
branches: [master]
1010

@@ -19,7 +19,6 @@ jobs:
1919
include:
2020
- channel: stable
2121
- channel: beta
22-
2322

2423
steps:
2524
- name: Clone repository

0 commit comments

Comments
 (0)