mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 00:16:32 +01:00
ci: Setting up CI workflow
This commit is contained in:
parent
65acdf850b
commit
a4b82dce14
2 changed files with 3 additions and 10 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
|
@ -3,10 +3,9 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- tauri
|
||||
- feature/tauri
|
||||
- dev
|
||||
#- master
|
||||
#- main
|
||||
- main
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
|
|
@ -1,15 +1,9 @@
|
|||
{
|
||||
"branches": [
|
||||
"main",
|
||||
"master",
|
||||
"release",
|
||||
{
|
||||
"name": "tauri",
|
||||
"name": "dev",
|
||||
"prerelease": true
|
||||
},
|
||||
{
|
||||
"name": "feature/tauri",
|
||||
"prelease": true
|
||||
}
|
||||
],
|
||||
"plugins": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue