We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8518f2 commit d720ca5Copy full SHA for d720ca5
1 file changed
.github/workflows/main.yml
@@ -1,8 +1,10 @@
1
name: build, test and release sqlite-js
2
on:
3
push:
4
+ branches:
5
+ - '**'
6
tags-ignore:
- - '*'
7
8
workflow_dispatch:
9
10
permissions:
0 commit comments