Skip to content

Commit 25be84d

Browse files
committed
Fix workflow trigger
1 parent 8123de0 commit 25be84d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Build
22
on:
33
push:
4-
tags-ignore:
5-
- v*
4+
branches:
5+
- '**'
66
pull_request:
77

88
jobs:

0 commit comments

Comments
 (0)