Skip to content

Commit 6d85a34

Browse files
committed
fix: correct indentation for push event in CI workflow
1 parent ad0e0b2 commit 6d85a34

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
on:
22
repository_dispatch:
33
types: [spec_release]
4-
on: push
4+
push:
5+
branches:
6+
- v2
57

68
name: Build & release
79

0 commit comments

Comments
 (0)