mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 08:25:19 +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:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- tauri
|
- dev
|
||||||
- feature/tauri
|
|
||||||
#- master
|
#- master
|
||||||
#- main
|
- main
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,9 @@
|
||||||
{
|
{
|
||||||
"branches": [
|
"branches": [
|
||||||
"main",
|
"main",
|
||||||
"master",
|
|
||||||
"release",
|
|
||||||
{
|
{
|
||||||
"name": "tauri",
|
"name": "dev",
|
||||||
"prerelease": true
|
"prerelease": true
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "feature/tauri",
|
|
||||||
"prelease": true
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue