Skip to content

Commit d720ca5

Browse files
committed
fix(workflow): missing branches trigger
1 parent e8518f2 commit d720ca5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: build, test and release sqlite-js
22
on:
33
push:
4+
branches:
5+
- '**'
46
tags-ignore:
5-
- '*'
7+
- '**'
68
workflow_dispatch:
79

810
permissions:

0 commit comments

Comments
 (0)